AcDbDataCell::AcDbDataCell

C++
AcDbDataCell(
    const AcGePoint3d& point
);
Parameters
Parameters 
Description 
point 
Input AcGePoint3d value of the new AcDbDataCell object 
Description

Creates an AcDbDataCell object with a type of kPoint and an AcGePoint3d value specified by the parameter point

 

Links