Share

AcDbDataCell::AcDbDataCell

C++

AcDbDataCell(
    double d
);

Description

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

Parameters

Parameters Description
d Input double value of the new AcDbDataCell object

Links

AcDbDataCell

Was this information helpful?