IMsDimAttributesList

Assembly: Ms;

Description

The IMsDimAttributesList interface is used to set up a chain of attributes, by which parameter values will be created.

Inheritance Hierarchy

          IMsDimAttributesList

Comments

The attributes chain is returned by the IMsModelAttributesChain.Attributes property.

Properties

  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.

Methods

  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:

Ms Assembly Interfaces