IMatrixTransformerDimensions

Assembly: 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
Count The Count property returns the number of time dimension in the matrix transformer collection.
Item The Item method returns a time dimension by its index.

Methods

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

See also:

Matrix Assembly Interfaces