C++
Acad::ErrorStatus dwgIn( AcDbDwgFiler* pFiler );
Description
This function does some internal bookkeeping, calls the object's AcDbObject::dwgInFields() function, and then reads in any xdata attached to the object. If the object's dwgInFields() function does not supermessage its parent class, or it returns an error status, then an assert is triggered.
Returns the filer's status, which is Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
pFiler | Input pointer to DWG filer to be used for this filing operation |