IMatrixTransformerDimensions

Assembly: Matrix;

Namespace: Prognoz.Platform.Interop.Matrix;

Description

The IMatrixTransformerDimensions interface is used to work with the collection of matrix transformer time dimensions.

Inheritance Hierarchy

IMatrixTransformerDimensions

Comments

To get object of this type, use IMatrixTransformer.Dimensions.

Properties

  Property name Brief description
The Count property returns the number of time dimension in the matrix transformer collection.
The Item method returns a time dimension by its index.

Methods

  Method name Brief description
The Add method adds a new time dimension to the collection.
The FindByDimension method searches for a time dimension by its data.
The Remove method removes a time dimension from the collection.

See also:

Matrix Assembly Interfaces