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