StandardTransitionProfileUseDirectTransition Property |
Gets or sets a value indicating whether to attempt to transition directly from the initial height to the final height
or whether to cruise at the initial height and then ascend or descend to the final height at
the rate given by the specified
Dynamics. By default, this is true.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool UseDirectTransition { get; set; }
Public Property UseDirectTransition As Boolean
Get
Set
public:
property bool UseDirectTransition {
bool get ();
void set (bool value);
}
member UseDirectTransition : bool with get, set
Property Value
Type:
BooleanSee Also