Ms > Ms Assembly Interfaces > IMsDimAttributesList
Assembly: Ms;
Namespace: Prognoz.Platform.Interop.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 determined by the IMsModelAttributesChain.Attributes property.
Property name | Brief description | |
![]() |
The Count property returns the number of attributes added to the chain. | |
![]() |
The Item property returns parameters of the attribute added to the chain by its index. |
Method name | Brief description | |
![]() |
The Add method adds the specified attribute to the chain. | |
![]() |
The FindById method finds attribute in the chain by its identifier. | |
![]() |
The FindByKey method finds attribute in the chain by its key. | |
![]() |
The Remove method removes attribute from the chain by its index. | |
![]() |
The RemoveByKey method removes attribute from the chain by its key. |
See also: