C++
AcDbDataCell( const AcGePoint3d& point );
Description
Creates an AcDbDataCell object with a type of kPoint and an AcGePoint3d value specified by the parameter point.
Parameters
| Parameters | Description |
|---|---|
| point | Input AcGePoint3d value of the new AcDbDataCell object |