Click or drag to resize

GraphRemoveNode Method

Removes a node from the graph as well as the linked arcs.

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public bool RemoveNode(
	Node NodeToRemove
)

Parameters

NodeToRemove
Type: PathfindingNode
The node to remove.

Return Value

Type: Boolean
'true' if succeeded / 'false' otherwise.
See Also