The TOLeg type exposes the following members.

Constructors

  NameDescription
Public methodTOLeg
Creates a TOLeg object.

Methods

  NameDescription
Public methodAppendXml
Appends this Object to a xml LegsCollection representation.
(Overrides Leg..::..AppendXml(XmlElement).)
Public methodAwaitsConditionResult
Returns true if the leg depends on a condition that has not been initialized.
(Inherited from Leg.)
Public methodCompareIds
Compare that both legs are the same based on their ids.
(Inherited from Leg.)
Public methodDeepCopy
Returns deep copy of TO leg
(Overrides Leg..::..DeepCopy(Stage).)
Public methodDependsOnCondition
Checks whether the leg depends on a given condition.
(Overrides Leg..::..DependsOnCondition(String).)
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.
(Inherited from Leg.)
Protected methodMemberwiseClone
Crea una copia superficial del objeto Object actual.
(Inherited from Object.)
Public methodSetField
Sets field indicated by field to the given value.
(Overrides Leg..::..SetField(String, Object).)
Public methodToString
A string that represents the current object.
(Inherited from Leg.)

Fields

  NameDescription
Public fieldcourse
Azimuth angle which determines the orientation of the runway.
Public fieldder
Departure End of Runway.
Public fielddestination
Leg destination waypoint.
(Inherited from Leg.)
Public fieldedwp_a
End of Departure waypoint A.
Public fieldedwp_a_min
End of Departure waypoint A-min.
Public fieldedwp_bl
End of Departure waypoint BL.
Public fieldedwp_bl_min
End of Departure waypoint BL-min.
Public fieldedwp_br
End of Departure waypoint BR.
Public fieldedwp_br_min
End of Departure waypoint BR-min.
Public fieldedwp_cl
End of Departure waypoint CL.
Public fieldedwp_cr
End of Departure waypoint CR.
Public fieldemergency
Contingency list to be followed if an emergency occurs when executing this leg.
(Inherited from Leg.)
Public fieldendOP
Condition to be applied in order to decide the final leg of the landing procedure.
Public fieldid
Leg id.
(Inherited from Leg.)
Public fieldlength
Integer value that determines the length of the runway.
Public fieldnext
Next leg.
(Inherited from Leg.)
Public fieldnextid
Next leg id.
(Inherited from Leg.)
Public fieldnextList
Collection of possible next legs when going forward.
Public fieldnextRefs
Next legs as a list of references.
Public fieldparent
Leg parent.
(Inherited from Leg.)
Public fieldprev
Previous leg.
(Inherited from Leg.)
Public fieldprevid
Previous leg id.
(Inherited from Leg.)
Public fieldrda_l
Runway departure area length.
Public fieldrda_w
Runway departure area width.
Public fieldrwyhead
Runway head waypoint.
Public fieldstage
Stage the leg belons to.
(Inherited from Leg.)

Properties

  NameDescription
Public propertyCourse
Public propertyDepth
Returns depth of this leg in the tree structure. First leg below a stage is at depth 0, a leg contained under a leg which is directly below stage level is at depth 1, and so on.
(Inherited from Leg.)
Public propertyDer
Public propertyDestination (Inherited from Leg.)
Public propertyEdwp_a
Public propertyEdwp_a_min
Public propertyEdwp_bl
Public propertyEdwp_bl_min
Public propertyEdwp_br
Public propertyEdwp_br_min
Public propertyEdwp_cl
Public propertyEdwp_cr
Public propertyEndOP
Public propertyFlightPlan
Flight plan the leg belongs to.
(Inherited from Leg.)
Public propertyID (Inherited from Leg.)
Public propertyLength
Public propertyNext (Inherited from Leg.)
Public propertyNextid (Inherited from Leg.)
Public propertyNextList
Public propertyNextRefs
Public propertyParent (Inherited from Leg.)
Public propertyPrev (Inherited from Leg.)
Public propertyPrevid (Inherited from Leg.)
Public propertyRda_l
Public propertyRda_w
Public propertyRwyhead
Protected propertyXsiType
Gets the XsiType for this Leg.
(Overrides Leg..::..XsiType.)

See Also