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

Application Server

GetAssociatedSymbolsOfChoice method

  • Last UpdatedMar 10, 2026
  • 1 minute read

Returns the names of graphics associated with a given choice in the specified choice group, including any inherited from object wizards in the inheritance chain of the selected object.

Class

IgObject

Syntax

[C#]

string[] GetAssociatedSymbolsOfChoice(

string choiceGroup,

string choice,

);

[Visual C++]

HRESULT GetAssociatedSymbolsOfChoice(

[in] BSTR choiceGroup,

[in] BSTR choice,

[out, retval] SAFEARRAY(BSTR)* symbolslist

);

Parameters

choiceGroup

Name of the object wizard choice group

choice

Name of the object wizard choice within the choice group

symbolslist

The returned list of graphics associated with the specified wizard choice

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in