Description
Returns an array of valid choices.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property TrailDataSupportedTypes() As System.Array
|
| [C#] |
|---|
public System.Array TrailDataSupportedTypes {get;}
|
| [Managed C++] |
|---|
public: __property System::Array get_TrailDataSupportedTypes();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_TrailDataSupportedTypes(
SAFEARRAY * * ppRetVal
);
|
| [Java] |
|---|
public AgSafeArray getTrailDataSupportedTypes();
|
| [Python - STK API] |
|---|
@property
def TrailDataSupportedTypes(self) -> list:
|
See Also