Share

AcDbDxfFiler::writeItem

C++

Acad::ErrorStatus writeItem(
    AcDb::DxfCode dc, 
    const AcDbObjectId& id
);

Description

This inline method calls the class's writeObjectId() method (see AcDbDxfFiler::writeObjectId() for more information).

Parameters

Parameters Description
dc Group code that should be written out
id Object that should be written out

Links

AcDbDxfFiler

Was this information helpful?