IMatrixTransformer.Dimensions

Fore Syntax

Dimensions: IMatrixTransformerDimensions;

Fore.NET Syntax

Dimensions: Prognoz.Platform.Interop.Matrix.IMatrixTransformerDimensions;

Description

The Dimensions property returns the collection of matrix transformer time dimensions.

Comments

To determines the matrix that is a data source for matrix transformer, use IMatrixTransformer.Source.

Fore and Fore.NET Examples

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

See also:

IMatrixTransformer