Click or drag to resize

CategoryCollectionAddOrGetCategory Method (Int32, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the or get category.

Namespace:  imbSCI.Graph.DGML.collections
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Category AddOrGetCategory(
	int id,
	string label,
	string basedOn
)
Request Example View Source

Parameters

id
Type: SystemInt32
The identifier.
label
Type: SystemString
basedOn
Type: SystemString
The based on.

Return Value

Type: Category
See Also