Sets the parent of the waypoint.
Namespace: FlightPlanAssembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void SetParent( Leg parent ) |
Visual Basic |
---|
Public Sub SetParent ( _ parent As Leg _ ) |
Visual C++ |
---|
public: void SetParent( Leg^ parent ) |
Parameters
- parent
- Type: FlightPlan..::..Leg
A Leg
Remarks
When reading flight plan it's not possible to set the parent at
creation time and it is done later.