Share

AcDbCompoundObjectId Class

Class Hierarchy

AcRxObject
    AcDbCompoundObjectId

C++

class AcDbCompoundObjectId : public AcRxObject;

File

AcDbCompoundObjectId.h

Description

This class is used to identify an AcDbObject in an AcDbDatabase when the object is referenced via a path of AcDbBlockReferences. The object may reside in the host database (the same database as the AcDbCompoundObjectId belongs to) or it may reside in an XREF database or even in an unrelated database.

Notice that if the AcDbCompoundObjectId references an object in another database, reactors will be created to keep track of relevant events that happen to the database, such as database deletion or XREF unload/reload.

Links

AcDbCompoundObjectId Constructor, AcDbCompoundObjectId Methods

Was this information helpful?