Click or drag to resize

graphNodeAdd 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#
public override bool Add(
	IGraphNode newChild
)
Request Example View Source

Parameters

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

Return Value

Type: Boolean

Implements

IGraphNodeAdd(IGraphNode)
See Also