Whether the resulting data file should be in the Fixed, J2000, or Inertial coordinate system. If Earth or the Sun is the central body, the Inertial coordinate system is not an available option.
Read-write property
[Visual Basic .NET] |
---|
Public Property CoordinateSystem() As AgEStkEphemCoordinateSystem |
[C#] |
---|
public AgEStkEphemCoordinateSystem CoordinateSystem {get; set;} |
[Managed C++] |
---|
public: __property AgEStkEphemCoordinateSystem get_CoordinateSystem(); |
[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: |