Click or drag to resize

IGraphNodeAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified newChild, if its name is not already occupied

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
bool Add(
	IGraphNode newChild
)
Request Example View Source

Parameters

newChild
Type: imbSCI.Data.collection.graphIGraphNode
The new child.

Return Value

Type: Boolean
See Also