Click or drag to resize

graphNodeBaseAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified child.

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

Parameters

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

Return Value

Type: Boolean
See Also