Click or drag to resize

freeGraphGetNodes Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the nodes.

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public List<freeGraphNodeBase> GetNodes(
	IEnumerable<string> nodeNames,
	bool skipCheck = false
)
Request Example View Source

Parameters

nodeNames
Type: System.Collections.GenericIEnumerableString
The node names.
skipCheck (Optional)
Type: SystemBoolean
if set to true [skip check].

Return Value

Type: ListfreeGraphNodeBase
See Also