Click or drag to resize

IWeightTableGetMatchTermByName Method (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the match term by the name.

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
IWeightTableTerm GetMatchTermByName(
	string term
)
Request Example View Source

Parameters

term
Type: SystemString
The term.

Return Value

Type: IWeightTableTerm
See Also