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