The name of the coordinate system used for the ephemeris and covariance.
Write-only property
[Visual Basic .NET] |
---|
Public Property CoordinateSystem() As String |
[C#] |
---|
public string CoordinateSystem {set;} |
[Managed C++] |
---|
public: __property void set_CoordinateSystem( String __gc ^ ); |
[Unmanaged C++] |
---|
public: HRESULT put_CoordinateSystem( BSTR Name ); |
[Java] |
---|
public void setCoordinateSystem( String ); |
- Name