CompositeManeuverVerticalBehavior Property |
Gets or sets the vertical behavior of the maneuver.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic VerticalBehavior VerticalBehavior { get; set; }
Public Property VerticalBehavior As VerticalBehavior
Get
Set
public:
property VerticalBehavior^ VerticalBehavior {
VerticalBehavior^ get ();
void set (VerticalBehavior^ value);
}
member VerticalBehavior : VerticalBehavior with get, set
Property Value
Type:
VerticalBehavior
See Also