IMsModelCoordAttributes

Assembly: Ms;

Description

The IMsModelCoordAttributes interface is used to set up the current coordinate with attributes chain.

Inheritance Hierarchy

          IMsModelAttributesChain

          IMsModelCoordAttributes

Comments

The current coordinate is determined in the Stub data source by its dimension specified in the Dimension property.

As a coordinate value, the system sends values of attributes of the Dimension dimension that are added to the Attributes collection.

The coordinate with attributes chain is used on setting up periods in the IMsDatePeriod.StartCoord and IMsDatePeriod.EndCoord properties.

Properties

  Property name Brief description
Dimension The Dimension property determines the data source dimension, which attributes are used to create a coordinate value.
Stub The Stub property determines the data source, in which coordinates are created.

Properties inherited from IMsModelAttributesChain

  Property name Brief description
Attributes The Attributes property determines a collection of the attributes that are used to create a value.

Methods inherited from IMsModelAttributesChain

  Method name Brief description
The ClearAttributes method resets the set of used attributes.

See also:

Ms Assembly Interfaces