IAutoCubeTransform.GetChanged

Syntax

GetChanged(Var OnlyPositions: Boolean): Boolean;

Parameters

OnlyPositions. The parameter determines whether positions of automatic cube dimensions are changed.

Description

The GetChanged method returns whether there are changes in automatic cube dimension positions.

Comments

The method will return True if automatic cube dimensions were moved, and False if position of dimensions was not changed.

NOTE. Position of the calendar dimension in the list does not influence general structure. The method returns False during shift of calendar dimension.

Example

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

See also:

IAutoCubeTransform