Ms > Ms Assembly Interfaces > IMsDimAttributesList
Assembly: Ms;
The IMsDimAttributesList interface is used to set up a chain of attributes, by which parameter values will be created.
IMsDimAttributesList
The attributes chain is returned by the IMsModelAttributesChain.Attributes property.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of attributes added to the chain. |
![]() |
Item | The Item property returns parameters of the attribute added to the chain by its index. |
Method name | Brief description | |
![]() |
Add | The Add method adds the specified attribute to the chain. |
![]() |
FindById | The FindByIdmethod finds attribute in the chain by its identifier. |
![]() |
FindByKey | The FindByKey method finds attribute in the chain by its key. |
![]() |
Remove | The Remove method removes attribute from the chain by its index. |
![]() |
RemoveByKey | The RemoveByKey method removes attribute from the chain by its key. |
See also: