IPrxDataIslandDimensionLayout.Build

Syntax

Build(Selection: IDimSelection);

Parameters

Selection. Selection in dimension.

Description

The Build method adds elements corresponding to selected dimension elements to arbitrary layout.

Comments

Depending on values combinations of the PreserveDimensionElementsOrder and MergeWithSelection properties the Build method works as follows:

PreserveDimensionElementsOrder

MergeWithSelection

Build method effect

False

False

None.

False

True

Adds selection elements, missing in the arbitrary layout.

True

False

Restores order for existing elements of the arbitrary layout.

True

True

Restores order for existing elements of arbitrary layout, adding selection elements missing in the arbitrary layout.

See also:

IPrxDataIslandDimensionLayout