AcDbDataCell::AcDbDataCell

C++
AcDbDataCell(
    double d
);
Parameters
Parameters 
Description 
Input double value of the new AcDbDataCell object 
Description

Creates an AcDbDataCell object with a type of kDouble and a double value specified by the parameter d

 

Links