STK ObjectsSend comments on this topic.
Inertia Property (IAgVeMassProperties)
See Also
Windows





Windows & Linux

Description

Get the satellite inertia matrix.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.