Click or drag to resize

Node Constructor (String)

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

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

Parameters

label
Type: SystemString
The label.
See Also