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