Share

AcDbXrefObjectId::AcDbXrefObjectId

C++

AcDbXrefObjectId(
    const AcDbXrefObjectId& other
);

Description

This is the copy constructor for this class. It copies the other ID, regardless of its state.

Parameters

Parameters Description
other Input another ID to be copied

Links

AcDbXrefObjectId

Was this information helpful?