Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgIdMapping::duplicateRecordCloning Method
Syntax
C++
virtual OdDg::DuplicateRecordCloning duplicateRecordCloning() const = 0;

Returns the type of duplicate record cloning for IdMapping element.

duplicateRecordCloning() returns one of the of the following: 

 

Name
Value
Description
kDrcNotApplicable
0
Not applicable to the element.
kDrcIgnore
1
If a duplicate record exists, use the existing record in the database, and ignore the clone.
kDrcReplace
2
If a duplicate record exists, replace it with the cloned record.
kDrcXrefMangleName
3
Incoming record names are mangled with $0$
kDrcMangleName
4
Incoming record names are mangled with $0$
kDrcUnmangleName
5
Unmangle the names mangled by kDrcMangleName, then default to kDrcIgnore. Typically used by RefEdit when checking records into the original database.
Copyright © 2002-2022. Open Design Alliance All rights reserved.