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 |
AcDbDataCell( bool b );
Creates an AcDbDataCell object with a type of kBool and a Boolean value specified by the parameter b.
| Parameters | Description |
|---|---|
| b | Input Boolean value of the new AcDbDataCell object |