Click or drag to resize

weightTableTWeightTableTermGetMatchTermByName Method (IWeightTableTerm, Boolean)

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#
public IWeightTableTerm GetMatchTermByName(
	IWeightTableTerm term,
	bool termOnNotFound = false
)
Request Example View Source

Parameters

term
Type: imbSCI.DataComplexIWeightTableTerm
The term.
termOnNotFound (Optional)
Type: SystemBoolean
if set to true if will return the same term supplied

Return Value

Type: IWeightTableTerm

Implements

IWeightTableGetMatchTermByName(IWeightTableTerm, Boolean)
See Also