Click or drag to resize

weightTableTWeightTableTermGetMatchTerm Method

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

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public IWeightTableTerm GetMatchTerm(
	IWeightTableTerm term,
	bool termOnNotFound = false
)
Request Example View Source

Parameters

term
Type: imbSCI.DataComplexIWeightTableTerm
The term.
termOnNotFound (Optional)
Type: SystemBoolean
if set to true [term on not found].

Return Value

Type: IWeightTableTerm

Implements

IWeightTableGetMatchTerm(IWeightTableTerm, Boolean)
See Also