Click or drag to resize

TFDFContainerAddCount Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the count.

Namespace:  imbSCI.DataComplex.tf_idf
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void AddCount(
	int _documentID,
	Object _item = null
)
Request Example View Source

Parameters

_documentID
Type: SystemInt32
The document identifier.
_item (Optional)
Type: SystemObject
See Also