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 public bool RemoveArc(
Arc ArcToRemove
)
Parameters
- ArcToRemove
- Type: PathfindingArc
The arc to remove.
Return Value
Type:
Boolean'true' if succeeded / 'false' otherwise.
See Also