DefaultConnectionBehaviorUseDirectTransition Property |
Gets or sets a value indicating whether to connect directly between the initial and final
conditions or whether to try to cruise using a constant height and speed if possible.
By default, the default behavior is to connect directly.
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