STK AstrogatorSend comments on this topic.
Add Method (IAgVAScriptingParameterEnumerationChoiceCollection)
See Also
ChoiceName
Windows





Windows & Linux

Description

Adds an enumeration choice to the collection.

Syntax

[Visual Basic .NET]
Public Function Add( _
    ByVal ChoiceName As String _
) As IAgVAScriptingParameterEnumerationChoice
[Managed C++]
public: IAgVAScriptingParameterEnumerationChoice^ Add(
    String __gc ^ ChoiceName
);
[Unmanaged C++]
public: HRESULT Add(
    BSTR ChoiceName,
    IAgVAScriptingParameterEnumerationChoice ** ppChoice
);
[Python - STK API ]
def Add(self, ChoiceName:str) -> "IAgVAScriptingParameterEnumerationChoice":

Parameters

ChoiceName

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.