Click or drag to resize

Arc Methods

The Arc type exposes the following members.

Methods
  NameDescription
Protected methodCalculateLength
Performs the calculous that returns the arc's length Can be overriden for derived types of arcs that are not linear.
Public methodEquals
Object.Equals override. Tells if two arcs are equal by comparing StartNode and EndNode.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Object.GetHashCode override.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the textual description of the arc. object.ToString() override.
(Overrides ObjectToString.)
Top
See Also