Gets or sets 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.
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: |