Click or drag to resize

ArcStartNode Property

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
C#
public Node StartNode { get; set; }

Property Value

Type: Node
Exceptions
ExceptionCondition
ArgumentNullExceptionStartNode cannot be set to null.
ArgumentExceptionStartNode cannot be set to EndNode.
See Also