Click or drag to resize

GraphElementCollectionTAddNode Method (String, String)

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

Namespace:  imbSCI.Graph.DGML.collections
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public T AddNode(
	string id,
	string name
)
Request Example View Source

Parameters

id
Type: SystemString
The identifier.
name
Type: SystemString
The name.

Return Value

Type: T
See Also