Get the collection of enumerations to use when parameter type is eVAScriptingParameterTypeEnumeration.
Read-only property
[Visual Basic .NET] |
---|
Public Property EnumerationChoices() As IAgVAScriptingParameterEnumerationChoiceCollection |
[C#] |
---|
public IAgVAScriptingParameterEnumerationChoiceCollection EnumerationChoices {get;} |
[Managed C++] |
---|
public: __property IAgVAScriptingParameterEnumerationChoiceCollection ^ get_EnumerationChoices(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnumerationChoices( IAgVAScriptingParameterEnumerationChoiceCollection ** ppRetVal ); |
[Java] |
---|
public IAgVAScriptingParameterEnumerationChoiceCollection getEnumerationChoices(); |
[Python - STK API ] |
---|
@property def EnumerationChoices(self) -> "IAgVAScriptingParameterEnumerationChoiceCollection": |