STK AviatorSend comments on this topic.
ControlPitchAngle Property (IAgAvtrBasicManeuverStrategySmoothAccel)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to define a goal value for the aircraft's pitch angle.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ControlPitchAngle() As Boolean
[C#]
public bool ControlPitchAngle {get; set;}
[Managed C++]
public: __property bool get_ControlPitchAngle();
public: __property void set_ControlPitchAngle( bool );
[Unmanaged C++]
public: HRESULT get_ControlPitchAngle(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ControlPitchAngle(
    VARIANT_BOOL newVal
);
[Java]
public bool getControlPitchAngle();
public void setControlPitchAngle(
    bool
);
[Python - STK API ]
@property
def ControlPitchAngle(self) -> bool:

@ControlPitchAngle.setter
def ControlPitchAngle(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.