GetAssociatedAttributesOfChoice method
- Last UpdatedMar 10, 2026
- 1 minute read
Returns the names of the attributes 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[] GetAssociatedAttributesOfChoice(
string choiceGroup,
string choice,
);
[Visual C++]
RESULT GetAssociatedAttributesofChoice
(
[in] BSTR ChoiceGroup,
[in] BSTR Choice,
[out, retval] SAFEARRAY(BSTR)* attributeslist
);
Parameters
choiceGroup
Name of the object wizard choice group
choice
Name of the object wizard choice within the choice group
attributelist
The returned list of attributes associated with the wizard choice