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(
|
[Java] |
---|
public AgEStkEphemCoordinateSystem getCoordinateSystem();public void setCoordinateSystem(
|