Get the coordinate system.
Read-only property
[Visual Basic .NET] |
---|
Public Property CoordSystemName() As String |
[C#] |
---|
public string CoordSystemName {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_CoordSystemName(); |
[Unmanaged C++] |
---|
public: HRESULT get_CoordSystemName( BSTR * pCoordSysName ); |
[Java] |
---|
public String getCoordSystemName(); |