Click or drag to resize

Arc Properties

The Arc type exposes the following members.

Properties
  NameDescription
Public propertyCost
Gets the cost of moving through the arc. Can be overriden when not simply equals to Weight*Length.
Public propertyEndNode
Gets/Sets the node to which the arc ends.
Public propertyLength
Gets arc's length.
Public propertyPassable
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).
Public propertyStartNode
Gets/Sets the node from which the arc starts.
Public propertyWeight
Sets/Gets the weight of the arc. This value is used to determine the cost of moving through the arc.
Top
See Also