Description
An array of names of the properties that can be used to configure the plugin.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property AvailableProperties() As System.Array
|
| [C#] |
|---|
public System.Array AvailableProperties {get;}
|
| [Managed C++] |
|---|
public: __property System::Array get_AvailableProperties();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AvailableProperties(
SAFEARRAY * * ppRetVal
);
|
| [Java] |
|---|
public AgSafeArray getAvailableProperties();
|
| [Python - STK API] |
|---|
@property
def AvailableProperties(self) -> list:
|
See Also