AcDbDataCell::AcDbDataCell

C++
AcDbDataCell(
    int i
);
Parameters
Parameters 
Description 
Input integer value of the new AcDbDataCell object 
Description

Creates an AcDbDataCell object with a type of kInteger and an integer value specified by the parameter i

 

Links