Share

AcDbIdMapping::AcDbIdMapping

C++

AcDbIdMapping();

Description

Default constructor. The new AcDbIdMapping object is initialized as follows:

deepCloneContextAcDb::kDcCopy
Destination databaseNULL

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.

Links

AcDbIdMapping

Was this information helpful?