Share

AcDbDataCell::AcDbDataCell

C++

AcDbDataCell(
    bool b
);

Description

Creates an AcDbDataCell object with a type of kBool and a Boolean value specified by the parameter b.

Parameters

Parameters Description
b Input Boolean value of the new AcDbDataCell object

Links

AcDbDataCell

Was this information helpful?