RemapBySelectionIndex: Boolean;
RemapBySelectionIndex: boolean;
The RemapBySelectionIndex property determines whether to apply unique index that is used to form selection for data copying and object mapping.
Available values:
True. Default value. Objects are copied and mapped by the index used for creating a selection.
This copying method is available if all dictionaries, on which time series database is based, have the unique index used for creating a selection. If at least one dictionary does not have this index, objects are copied and mapped by keys.
False. Objects are copied and mapped by keys.
The property use is given in the example for ICubeMetaUpdateEx.AutoPeriod.
See also: