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

Application Server

GetAssociatedSymbolsOfChoiceEx method

  • Last UpdatedMar 10, 2026
  • 1 minute read

Returns the names of the graphics associated with a given choice in the specified choice group for the selected object only. You can optionally include graphics inherited from object wizards in the inheritance chain of the selected object. Enabling this option returns the same list of graphics as the GetAssociatedSymbolsOfChoice method.

Class

IgObject

Syntax

[C#]

string[] GetAssociatedSymbolsofChoiceEx(

string choiceGroup,

string choice,

bool includeInherited

);

[Visual C++]

HRESULT GetAssociatedSymbolsOfChoiceEx(

[in] BSTR choiceGroup,

[in] BSTR choice,

[in] VARIANT_BOOL includeInherited,

[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

includeInherited

If true, graphics for the specified choice inherited from object wizards in the inheritance chain of this object are also included in the returned list of graphics

If false, only graphics associated with this object for the specified choice are included in the returned list of graphics

symbolslist

The returned list of graphics associated with the wizard choice

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