C++
AcDbDataCell( const AcDbDataCell& rCell );
Description
Copy constructor.
Creates a new AcDbDataCell object and initializes it with the type and value of rCell.
Parameters
| Parameters | Description |
|---|---|
| rCell | Input AcDbDataCell object to copy |
AcDbDataCell( const AcDbDataCell& rCell );
Copy constructor.
Creates a new AcDbDataCell object and initializes it with the type and value of rCell.
| Parameters | Description |
|---|---|
| rCell | Input AcDbDataCell object to copy |