Gets an array of supported block types.
Read-only property
[Visual Basic .NET] |
---|
Public Property SupportedBlockTypes() As System.Array |
[C#] |
---|
public System.Array SupportedBlockTypes {get;} |
[Managed C++] |
---|
public: __property System::Array get_SupportedBlockTypes(); |
[Unmanaged C++] |
---|
public: HRESULT get_SupportedBlockTypes( SAFEARRAY * * ppVal ); |
[Java] |
---|
public AgSafeArray getSupportedBlockTypes(); |