AcDbDataCell::AcDbDataCell

C++
AcDbDataCell(
    const AcDbDataCell& rCell
);
Parameters
Parameters 
Description 
rCell 
Input AcDbDataCell object to copy 
Description

Copy constructor. 

Creates a new AcDbDataCell object and initializes it with the type and value of rCell

 

Links