Share

AcDbObject::dxfIn

C++

Acad::ErrorStatus dxfIn(
    AcDbDxfFiler* pFiler
);

Description

This function does some internal book keeping by reading in any xdata that comes before the main entity data. The dxfIn function then calls the object's AcDbObject::dxfInFields() function, and then reads in any xdata that comes after the entity data.

Note

Creating objects with xdata before entity data is not good practice, but for upwards compatibility it remains supported.

Returns the filer's status, which is Acad::eOk if successful.

Parameters

Parameters Description
pFiler Input pointer to DXF filer to be used for this filing operation

Links

AcDbObject

Was this information helpful?