Retrieves the list of available MarkerTypes.
[Visual Basic .NET] |
---|
Public Function AvailableMarkerTypes() As System.Array |
[C#] |
---|
public System.Array AvailableMarkerTypes(); |
[Managed C++] |
---|
public: System::Array AvailableMarkerTypes(); |
[Unmanaged C++] |
---|
public: HRESULT AvailableMarkerTypes( SAFEARRAY * * ppMarkers ); |
[Java] |
---|
public AgSafeArray availableMarkerTypes(); |