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





Windows & Linux

Description

The coordinate system in which to express the ephemeris. Some frames are allowed for use only when the CentralBodyName is Earth. If Earth or the Sun is the central body, the Inertial coordinate system is not an available option - use ICRF instead.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CoordinateSystem() As AgEStkEphemCoordinateSystem
[C#]
public AgEStkEphemCoordinateSystem CoordinateSystem {get; set;}
[Managed C++]
public: __property AgEStkEphemCoordinateSystem get_CoordinateSystem();
public: __property void set_CoordinateSystem( AgEStkEphemCoordinateSystem );
[Unmanaged C++]
public: HRESULT get_CoordinateSystem(
    AgEStkEphemCoordinateSystem * pVal
);
public: HRESULT put_CoordinateSystem(
    AgEStkEphemCoordinateSystem CoordinateSystem
);
[Java]
public AgEStkEphemCoordinateSystem getCoordinateSystem();
public void setCoordinateSystem(
    AgEStkEphemCoordinateSystem
);
[Python - STK API ]
@property
def CoordinateSystem(self) -> "AgEStkEphemCoordinateSystem":

@CoordinateSystem.setter
def CoordinateSystem(self, CoordinateSystem:"AgEStkEphemCoordinateSystem") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.