IMsDimIteratorLinks

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsDimIteratorLinks interface is used to work with the collection of linked dimensions in the multidimensional iterator dimension.

Inheritance Hierarchy

          IMsDimIteratorLinks

Comments

To get the links collection, use the IMsDimIteratorDimension.Links property.

Properties

  Property name Brief description
The Count property returns the number of linked dimensions in the collection.
CustomLinker The CustomLinker property determines a custom dimension linking mechanism.
The Item property returns a linked dimension with the specified index.

Methods

  Method name Brief description
Add The Add method adds a linked dimension to the collection.
Clear The Clear method clears the collection.
FindById The FindById method searches for a linked dimension with the specified identifier in the collection.
FindByKey The FindByKey method searches for a linked dimension with the specified key.
The IndexOf method returns index of the specified linked dimension.
Move The Move method moves a linked dimension to the specified position in the collection.
Remove The Remove method removes a linked dimension with the specified index.
The RemoveByKey method removes a linked dimension with the specified key.

See also:

Ms Assembly Interfaces