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 AgSafeArray getSupportedCoordinateSystemTypes();
|
[Python - STK API] |
---|
@property
def SupportedCoordinateSystemTypes(self) -> list:
|
See Also