Assembly: Dimensions;
The IDimAttributesList interface is used to work with the list of attributes used for actions.
IDimAttributesList
The filled in list of attributes is used for element search in various repository dictionaries, and during the setup of displaying of element names in formulas.
| Property name | Brief description | |
![]() |
Attributes | The Attributes property determines the list of attributes, by which a selected character string is to be searched. |
![]() |
Count | The Count property returns the number of attributes in the collection. |
![]() |
Dimension | The Dimension property determines the dictionary, which attributes form the given collection. |
![]() |
Item | The Item property returns parameters of the attribute added to the collection. |
![]() |
Probe | The Probe property returns a collection of attributes implemented by the IDimAttributeProbe interface. |
| Method name | Brief description | |
![]() |
Add | The Add method adds selected attribute to the collection. |
![]() |
FindById | The FindById method finds attribute in the collection by its ID. |
![]() |
FindByKey | The FindByKey method finds attribute in the collection by its key. |
![]() |
Remove | The Remove method removes attribute from the collection by its index. |
![]() |
RemoveByKey | The RemoveByKey method removes attribute from the collection by its key. |
See also: