GetAssociatedAttributesOfOptionEx method
- Last UpdatedMar 10, 2026
- 1 minute read
Returns the names of the attributes associated with the specified option for the selected object only. You can optionally include attributes inherited from object wizards in the inheritance chain of the selected object. Enabling this option returns the same list of attributes as the GetAssociatedAttributesOfOption method.
Class
IgObject
Syntax
[C#]
string[] GetAssociatedAttributesOfOptionEx(
string option,
bool includeInherited
);
[Visual C++]
HRESULT GetAssociatedAttributesOfOptionEx(
[in] BSTR option,
[in] VARIANT_BOOL includeInherited,
[out, retval] SAFEARRAY(BSTR)* attributelist
);
Parameters
option
Name of the object wizard option
includeInherited
If true, attributes for the specified option inherited from object wizards in the inheritance chain of this object are included in the returned list of attributes
If false, only attributes associated with the option for this object are included in the returned list of attributes
attributelist
Returns the names of any graphics associated with the wizard option