Show contents 

Cubes > Cubes Assembly Interfaces > ICubeSerialInstance > ICubeSerialInstance.Data

ICubeSerialInstance.Data

Fore Syntax

Data(Destination: ICubeInstanceDestination): IMatrix;

Fore.NET Syntax

Data[Destination: Prognoz.Platform.Interop.Cubes.ICubeInstanceDestination]: Prognoz.Platform.Interop.Matrix.IMatrix;

Parameters

Destination. The cube display version, according to which saved data is calculated.

Description

The Data property returns full data for the specified display version.

Example

The property use is given in the description of ICubeSerialInstance.Save.

See also:

ICubeSerialInstance