STK Vector Geometry ToolSend comments on this topic.
Inertial Property (IAgCrdnWellKnownEarthAxes)
See Also
Windows





Windows & Linux

Description

Earth's Inertial axes (as defined in STK).

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.