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