The name of the coordinate system used for the ephemeris and covariance. AWB systems are supported using the same notation as that for CoordinateSystem in a .e file, e.g., AWB TopoCentric Facility/Facility1.
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