Click or drag to resize

GraphElementCollectionTAddNode Method (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 name
)
Request Example View Source

Parameters

name
Type: SystemString
The name.

Return Value

Type: T
See Also