Share

AcDbXrefObjectId

Class Hierarchy

AcDbXrefObjectId

C++

class AcDbXrefObjectId;

File

acdbxref.h

Description

The purpose of this class is to provide a convenient way to refer to a specific AcDbObject within an xref'd database. AcDbXrefObjectId is persistent across drawing sessions.

Notes

If the object in question is wblock'd into another file, the AcDbXrefObjectId still refers to the original object, and not to the new object.

Links

AcDbXrefObjectId Constructor, AcDbXrefObjectId Methods, AcDbXrefObjectId Operators

Was this information helpful?