C++
Acad::ErrorStatus writeItem( AcDb::DxfCode dc, bool val );
Description
This inline method calls the class's writeBool() method (see AcDbDxfFiler::writeBool() for more information).
Parameters
Parameters | Description |
---|---|
dc | DXF group code to be written out |
val | bool to be written out |