Assembly: Matrix;
Namespace: Prognoz.Platform.Interop.Matrix;
The IMatrixTransformerDimensions interface is used to work with the collection of matrix transformer time dimensions.
IMatrixTransformerDimensions
To get object of this type, use IMatrixTransformer.Dimensions.
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. |
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: