Class Hierarchy
AcDbIdPair
C++
class AcDbIdPair;
File
dbidmap.h
Description
AcDbIdPair is the element class for AcDbIdMapping, which is used in deep clone operations. It holds a pair of AcDbObjectIds. The key is the original object's ID, and the value is the cloned object's ID.
Links
AcDbIdPair Constructor, AcDbIdPair Methods
See Also
AcDbIdMapping, AcDbObjectId