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 |
AcDbXrefObjectId( const AcDbXrefObjectId& other );
This is the copy constructor for this class. It copies the other ID, regardless of its state.
| Parameters | Description |
|---|---|
| other | Input another ID to be copied |