Arc Properties |
The Arc type exposes the following members.
Name | Description | |
---|---|---|
Cost |
Gets the cost of moving through the arc.
Can be overriden when not simply equals to Weight*Length.
| |
EndNode |
Gets/Sets the node to which the arc ends.
| |
Length |
Gets arc's length.
| |
Passable |
Gets/Sets the functional state of the arc.
'true' means that the arc is in its normal state.
'false' means that the arc will not be taken into account (as if it did not exist or if its cost were infinite).
| |
StartNode |
Gets/Sets the node from which the arc starts.
| |
Weight |
Sets/Gets the weight of the arc.
This value is used to determine the cost of moving through the arc.
|