The Leg type exposes the following members.

Methods

  NameDescription
Public methodAppendXml
Appends this Object to a xml LegsCollection representation.
Public methodAwaitsConditionResult
Returns true if the leg depends on a condition that has not been initialized.
Public methodStatic memberCharToTurnDir
Converts char to turn direction.
Public methodCompareIds
Compare that both legs are the same based on their ids.
Public methodDeepCopy
Returns a deep copy of a leg object. All references to other objects are set to null, except for stage and destination waypoint. The latter is actually deeply copied.
Public methodDependsOnCondition
Checks whether the leg depends on a given condition.
Public methodEquals
Determina si el objeto Object especificado es igual al objeto Object actual.
(Inherited from Object.)
Protected methodFinalize
Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados.
(Inherited from Object.)
Public methodGetHashCode
Actúa como función hash para un tipo concreto.
(Inherited from Object.)
Public methodGetType
Obtiene el objeto Type de la instancia actual.
(Inherited from Object.)
Public methodIsLastWaypoint
Returns true if wp is the last waypoint of the current leg. The comparison is made considering coordinates and altitude.
Protected methodMemberwiseClone
Crea una copia superficial del objeto Object actual.
(Inherited from Object.)
Public methodSetField
Sets field indicated by field to the value in value.
Public methodToString
A string that represents the current object.
(Overrides Object..::..ToString()()()().)
Public methodStatic memberTurnDirInverse
Returns the inverse of the given turn direction.
Public methodStatic memberTurnDirToChar
Converts turn direction to char.

See Also