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

Application Server

GetOptionsEx method

  • Last UpdatedMar 10, 2026
  • 1 minute read

Returns the names of all options defined or owned by the selected object only. You can optionally include options inherited from object wizards in the inheritance chain of the selected object. Enabling this option returns the same list of choices as the GetOptions method.

Class

IgObject

Syntax

[C#]

[string[] GetOptionsEx(

bool includeInherited

);

[Visual C++]

HRESULT GetOptionsEx

(

[in] VARIANT_BOOL includeInherited,

[out, retval] SAFEARRAY(BSTR)* optionslist

);

Parameters

includeInherited

If true, options inherited from object wizards in the inheritance chain of this object are included in the returned list of options

If false, only graphics defined for this object are included in the returned list of options

optionslist

The returned list of options contained in the object wizard

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