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

Application Server

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

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