Arc Methods |
The Arc type exposes the following members.
Name | Description | |
---|---|---|
CalculateLength |
Performs the calculous that returns the arc's length
Can be overriden for derived types of arcs that are not linear.
| |
Equals |
Object.Equals override.
Tells if two arcs are equal by comparing StartNode and EndNode.
(Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Object.GetHashCode override.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns the textual description of the arc.
object.ToString() override.
(Overrides ObjectToString.) |