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

Application Server

GetAssociatedSymbolsOfOptionEx method

  • Last UpdatedMar 10, 2026
  • 1 minute read

Returns the names of graphics associated with the specified option 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 attributes as the GetAssociatedSymbolsOfOption method.

Class

IgObject

Syntax

[C#]

string[] GetAssociatedSymbolsofOptionEx(

string symbolslist

bool includeInherited

);

[Visual C++]

HRESULT GetAssociatedSymbolsofOptionEx(

[in] BSTR option,

[in] VARIANT_BOOL includeInherited,

[out, retval] SAFEARRAY(BSTR)* symbolslist

);

Parameters

option

Name of the object wizard option

includeInherited

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

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

symbolslist

The returned list of graphics associated with the wizard option

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