Description
The coordinate system being used.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property CoordinateSystemType() As AgECoordinateSystem
|
| [C#] |
|---|
public AgECoordinateSystem CoordinateSystemType {get; set;}
|
| [Managed C++] |
|---|
public: __property AgECoordinateSystem get_CoordinateSystemType(); public: __property void set_CoordinateSystemType( AgECoordinateSystem );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CoordinateSystemType( AgECoordinateSystem * pRetVal ); public: HRESULT put_CoordinateSystemType( AgECoordinateSystem NewCoordinateSystemType );
|
| [Java] |
|---|
public AgECoordinateSystem getCoordinateSystemType();public void setCoordinateSystemType( AgECoordinateSystem );
|
See Also