STK ObjectsSend comments on this topic.
Inertial Property (IAgVeProfileInertial)
See Also
Windows





Windows & Linux

Description

Get inertial axes.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Inertial() As IAgOrientation
[C#]
public IAgOrientation Inertial {get;}
[Managed C++]
public: __property IAgOrientation ^ get_Inertial();
[Unmanaged C++]
public: HRESULT get_Inertial(
    IAgOrientation ** ppVal
);
[Java]
public IAgOrientation getInertial();
[Python - STK API ]
@property
def Inertial(self) -> "IAgOrientation":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.