GetExtendedAttributes method
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the extended attributes in the hierarchy.
Class
IgObject
Syntax
[C#]
IAttributes GetExtendedAttributes(
string AttributeName,
int upto_level,
MxAttributeCategory[] ReturnOnlyTheseCategories
);
[Visual C++]
HRESULT GetExtendedAttributes(
[in] BSTR AttributeName,
[in] int upto_level,
[in]SAFEARRAY(MxAttributeCategory) ReturnOnlyTheseCategories,
[out,retval]IAttributes** theAttributes
);
Parameters
AttributeName
Attribute full name which is extended
upto_level
Up to how many level user needs extended primitives -1 will return all levels
ReturnOnlyTheseCategories
Return attributes which are only in these categories. If safe array is empty, method will return all attributes.
theAttributes
Returns the attributes