Gets/Sets the node from which the arc starts.
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public Node StartNode { get; set; }
Property Value
Type:
NodeExceptions Exception | Condition |
---|
ArgumentNullException | StartNode cannot be set to null. |
ArgumentException | StartNode cannot be set to EndNode. |
See Also