STK AviatorSend comments on this topic.
Acceleration Property (IAgAvtrAircraft)
See Also
Windows





Windows & Linux

Description

Get the acceleration interface.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.