Click or drag to resize

IWeightTableSetItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the IWeightTable for the specified document name.

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
IWeightTable this[
	string documentName
] { get; }
Request Example View Source

Parameters

documentName
Type: SystemString
Name of the document.

Property Value

Type: IWeightTable
The IWeightTable.

Return Value

Type: IWeightTable
See Also