DefaultConnectionBehavior.UseDirectTransition 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Boolean
See Also