Click or drag to resize

freeGraphRemove Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes nodes and related links

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public bool Remove(
	string nodeName,
	bool skipCheck = false,
	ILogBuilder logger = null
)
Request Example View Source

Parameters

nodeName
Type: SystemString
Name of the node.
skipCheck (Optional)
Type: SystemBoolean
if set to true [skip check].
logger (Optional)
Type: imbSCI.Core.reportingILogBuilder

Return Value

Type: Boolean
See Also