Get the acceleration interface.
Read-only property
[Visual Basic .NET] |
---|
Public Property Acceleration() As IAgAvtrAircraftAcceleration |
[C#] |
---|
public IAgAvtrAircraftAcceleration Acceleration {get;} |
[Managed C++] |
---|
public: __property IAgAvtrAircraftAcceleration ^ get_Acceleration(); |
[Unmanaged C++] |
---|
public: HRESULT get_Acceleration( IAgAvtrAircraftAcceleration ** ppAcc ); |
[Java] |
---|
public IAgAvtrAircraftAcceleration getAcceleration(); |
[Python - STK API ] |
---|
@property def Acceleration(self) -> "IAgAvtrAircraftAcceleration": |