Click or drag to resize

Category Constructor (String, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Category class

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

Parameters

id
Type: SystemString
label
Type: SystemString
basedOn
Type: SystemString
See Also