Click or drag to resize

freeGraphQueryResult Constructor (IEnumerablefreeGraphNodeBase)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the freeGraphQueryResult class

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

Parameters

centralNodes
Type: System.Collections.GenericIEnumerablefreeGraphNodeBase
See Also