Click or drag to resize

CategoryCollectionAddOrGetCategory Method (String, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Parameters

sid
Type: SystemString
label
Type: SystemString
basedOn
Type: SystemString

Return Value

Type: Category
See Also