Click or drag to resize

freeGraphGetNode Method

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

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public freeGraphNodeBase GetNode(
	string name,
	bool skipCheck = false
)
Request Example View Source

Parameters

name
Type: SystemString
The name.
skipCheck (Optional)
Type: SystemBoolean
if set to true [skip check].

Return Value

Type: freeGraphNodeBase
See Also