Gets or sets the coordinate system within which the element is defined.
Read-write property
[Visual Basic .NET] |
---|
Public Property CoordSystemName() As String |
[C#] |
---|
public string CoordSystemName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_CoordSystemName(); |
[Unmanaged C++] |
---|
public: HRESULT get_CoordSystemName( BSTR * pVal ); public: HRESULT put_CoordSystemName( BSTR InVal ); |
[Java] |
---|
public String getCoordSystemName(); public void setCoordSystemName( String ); |