C++
Acad::ErrorStatus dxfInFields( AcDbDxfFiler* pFiler ) override;
Description
This function is called by dxfIn(). Its purpose is to allow the object to read in its data.
Parameters
Parameters | Description |
---|---|
pFiler | The pointer to filer to use to read in the object's data, which was passed in to dwfIn(). |
Returns
Returns Acad::eOk if successful.