Click or drag to resize

freeGraphContainsNode Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether contains node, with the specified name

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

Parameters

name
Type: SystemString
The name.
skipCheck (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
true if contains node, with the specified name otherwise, false.
See Also