Creates a stage object.
Namespace: FlightPlanAssembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Stage( FlightPlan fp ) |
Visual Basic |
---|
Public Sub New ( _ fp As FlightPlan _ ) |
Visual C++ |
---|
public: Stage( FlightPlan^ fp ) |
Parameters
- fp
- Type: FlightPlan..::..FlightPlan
FlightPlan the stage belongs to.