LandingProcedureDynamics Property |
Gets or sets the platform dynamics that define the pitch up and push over accelerations
to use for the landing descent.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ProfileDynamics Dynamics { get; set; }
Public Property Dynamics As ProfileDynamics
Get
Set
public:
property ProfileDynamics^ Dynamics {
ProfileDynamics^ get ();
void set (ProfileDynamics^ value);
}
member Dynamics : ProfileDynamics with get, set
Property Value
Type:
ProfileDynamicsSee Also