ILNumerics Ultimate VS

GroupRemove Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Remove a node from this subtree

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public bool Remove(
	Node node
)

Parameters

node
Type: ILNumerics.DrawingNode
node to remove

Return Value

Type: Boolean
true if the node was found and successfully removed, false otherwise
Remarks

[ILNumerics Visualization Engine]

See Also

Reference