Build(Selection: IDimSelection);
Selection. Selection in dimension.
The Build method adds elements corresponding to selected dimension elements to arbitrary layout.
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: