IMatrixTransformerDimensions.Add

Syntax

Add(Index: Integer; Element: Integer): Boolean;

Parameters

Index. Index of time dimension in the collection.

Element. Index of time dimension element.

Description

The Add method adds a new time dimension to the collection.

Comments

If the time dimension is added to the collection, the method returns True.

To remove the time dimension from the collection, use IMatrixTransformerDimensions.Remove.

Example

The method use is given in the example for IMatrixTransformer.Transform.

See also:

IMatrixTransformerDimensions