Share

AcDbXrefObjectId Constructor

Overload List

Method Description
AcDbXrefObjectId::AcDbXrefObjectId () Default constructor. Without being given the XREF or handle information, it assumes they are null values. Therefore, an object created with this constructor will return false from its isValid() method.
AcDbXrefObjectId::AcDbXrefObjectId (AcDbXrefObjectId&) This is the copy constructor for this class. It copies the other ID, regardless of its state.

Was this information helpful?