STK AstrogatorSend comments on this topic.
EnumerationChoices Property (IAgVAScriptingParameter)
See Also
Windows





Windows & Linux

Description

Get the collection of enumerations to use when parameter type is eVAScriptingParameterTypeEnumeration.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.