DMCopyLabelsMode#
Determines how DMCopyLabels()
behaves when there is a DMLabel
in the source and destination DMs with the same name
Synopsis#
typedef enum {
DM_COPY_LABELS_REPLACE,
DM_COPY_LABELS_KEEP,
DM_COPY_LABELS_FAIL
} DMCopyLabelsMode;
Values#
DM_COPY_LABELS_REPLACE
- replace label in destination by label from sourceDM_COPY_LABELS_KEEP
- keep destination labelDM_COPY_LABELS_FAIL
- throw error
See Also#
DMLabel
, DM
, DMCompareLabels()
, DMRemoveLabel()
Level#
advanced
Location#
Examples#
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages