STK ObjectsSend comments on this topic.
CoordinateSystem Property (IAgOrbitStateClassical)
See Also
Windows





Windows & Linux

Description

The coordinate system and coordinate epoch.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.