Coordinate system being used.
Read-write property
[Visual Basic .NET] |
---|
Public Property CoordinateSystemType() As AgECoordinateSystem |
[C#] |
---|
public AgECoordinateSystem CoordinateSystemType {get; set;} |
[Managed C++] |
---|
public: __property AgECoordinateSystem get_CoordinateSystemType(); |
[Unmanaged C++] |
---|
public: HRESULT get_CoordinateSystemType( AgECoordinateSystem * pVal ); public: HRESULT put_CoordinateSystemType( AgECoordinateSystem ECoordinateSystem ); |
[Java] |
---|
public AgECoordinateSystem getCoordinateSystemType(); public void setCoordinateSystemType( AgECoordinateSystem ); |