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