Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

GetChoices method

  • Last UpdatedMar 10, 2026
  • 1 minute read

Returns the available choices for choice groups that are either owned or inherited by the selected object,.

Class

IgObject

Syntax

[C#]

string[] GetChoices(

string choiceGroup

);

[Visual C++]

HRESULT GetChoices(

[in] BSTR choiceGroup,

[out, retval] SAFEARRAY{BSTR)* choiceslist

};

Parameters

choiceGroup

Name of the object wizard choice group

choicelist

The returned list of choices contained in the specified choice group

In This Topic
Related Links