C++
Acad::ErrorStatus writeItem( const AcGePoint3d& val );
Description
This inline method calls the class's writePoint3d method (see AcDbDwgFiler::writePoint3d for more information).
Parameters
Parameters | Description |
---|---|
val | Reference to an AcGePoint3d object whose data needs to be written out |