Click or drag to resize

weightTableTWeightTableTermcontainsByName Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether [contains by name] [the specified term name].

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public bool containsByName(
	string termName
)
Request Example View Source

Parameters

termName
Type: SystemString
Name of the term.

Return Value

Type: Boolean
true if [contains by name] [the specified term name]; otherwise, false.

Implements

IWeightTablecontainsByName(String)
See Also