Builds a graph updating leg references (parent, next, prev, etc.).
Intersection legs are the only ones allowed to have more than one
next leg.
The connection between the final legs of the stage and the initial
legs of the next stage is not explicit. This connection is determined
by their position in the finalLegs and initialLegs elements.
Namespace: FlightPlanAssembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void UpdateReferences() |
Visual Basic |
---|
Public Sub UpdateReferences |
Visual C++ |
---|
public:
void UpdateReferences() |
See Also