C++
AcDbIdMapping();
Description
Default constructor. The new AcDbIdMapping object is initialized as follows:
deepCloneContext | AcDb::kDcCopy |
Destination database | NULL |
Since the destination database is initialized to NULL, the setDestDb() method must be called to set the destination database before the AcDbIdMapping object can be used.