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: 26.1.424.0 (26.1.424.0)
Syntaxpublic 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:
ProfileDynamics
See Also