TakeoffProcedureDynamics Property |
Gets or sets the parameters to use to define the acceleration and pitch rates during takeoff.
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