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.
Namespace: FlightPlanAssembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public virtual Leg DeepCopy( Stage s ) |
Visual Basic |
---|
Public Overridable Function DeepCopy ( _ s As Stage _ ) As Leg |
Visual C++ |
---|
public: virtual Leg^ DeepCopy( Stage^ s ) |
Parameters
- s
- Type: FlightPlan..::..Stage
[Missing <param name="s"/> documentation for "M:FlightPlan.Leg.DeepCopy(FlightPlan.Stage)"]
Return Value
[Missing <returns> documentation for "M:FlightPlan.Leg.DeepCopy(FlightPlan.Stage)"]