Description
Returns an array of supported coordinate
system types
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
Public Property SupportedCoordinateSystemTypes() As System.Array
|
| [C#] |
public System.Array SupportedCoordinateSystemTypes {get;}
|
| [Managed C++] |
public: __property System::Array^ get_SupportedCoordinateSystemTypes();
|
| [Unmanaged C++] |
public: HRESULT get_SupportedCoordinateSystemTypes(
SAFEARRAY ** ppRetVal
);
|
| [Java] |
public Object[] getSupportedCoordinateSystemTypes();
|
See Also