GetAssociatedSymbolsOfOption method
- Last UpdatedMar 10, 2026
- 1 minute read
Returns the names of the graphics associated with the specified option, including any inherited from object wizards in the inheritance chain of the selected object.
Class
IgObject
Syntax
[C#]
string[] GetAssociatedSymbolsOfOption(
string option
);
[Visual C++]
HRESULT GetAssociatedSymbolsOfOption(
[in] BSTR option,
[out, retval] SAFEARRAY(BSTR)* symbolslist
);
Parameters
option
Name of the object wizard option
symbolslist
The returned list of graphics associated with the wizard option