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