Add(Index: Integer; Element: Integer): Boolean;
Index. Index of time dimension in the collection.
Element. Time dimension element index.
The Add method adds a new time dimension to the collection.
If the time dimension is added to the collection, the method returns True.
To remove the time dimension from the collection, use IMatrixTransformerDimensions.Remove.
The method use is given in the example for IMatrixTransformer.Transform.
See also: