The EaxSliceCopyOptions enumeration is used to set copying parameters of analytical data area slice.
It is used by the following method:
Value | Brief description |
0 | All. Full. |
1 | NoSelection. Without selection. |
2 | NoSynsIndex. Without synchronization. |
3 | NoSelectionAndSyncIndex. Without selection and synchronization. |
4 | NoHierarchyModifications. With dimensions in initial appearance. |
7 | NoSelectionAndNoSynsIndexAndNoHierarchyModifications. With dimensions in initial appearance without selection and synchronization. |
Full. Slice copy will be a full analog of the original slice.
Without selection. Slice copy inherits dimensions position order and its synchronizations from the original one.
Without synchronization. Slice copy inherits dimensions position order and selection in dimensions from the original one.
Without selection and synchronization. Slice copy inherits only dimensions position order from the original one.
With dimensions in initial appearance. Slice copy inherits all dimensionsin initial appearance without its position order from the original one.
With dimensions in initial appearance, without selection and synchronization. Slice copy inherits all dimensionsin initial appearance with its position order from the original one.
See also: