Click or drag to resize

freeGraphIslandAdd Method (IEnumerablefreeGraphNodeBase)

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

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void Add(
	IEnumerable<freeGraphNodeBase> input
)
Request Example View Source

Parameters

input
Type: System.Collections.GenericIEnumerablefreeGraphNodeBase
The input.
See Also