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.
Read-write property
[Visual Basic .NET] |
---|
Public Property CoordinateSystem() As String |
[C#] |
---|
public string CoordinateSystem {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_CoordinateSystem(); |
[Unmanaged C++] |
---|
public: HRESULT get_CoordinateSystem( BSTR * pName ); public: HRESULT put_CoordinateSystem( BSTR Name ); |
[Java] |
---|
public String getCoordinateSystem(); public void setCoordinateSystem( String ); |