Share

AcDbDataCell::AcDbDataCell

C++

AcDbDataCell(
    int i
);

Description

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

Parameters

Parameters Description
i Input integer value of the new AcDbDataCell object

Links

AcDbDataCell

Was this information helpful?