Assembly: 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 | |
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. |
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: