Share

AcDbDatabase::needsRecovery Method

C++

ACDBCORE2D_PORT bool needsRecovery() const;

Description

This method returns true if this database was read from a DWG file on disk and there were read errors, but they were not significant enough to cause readDwgFile() to return an error.

Note:closeInput() should be called before using this function to be sure that all objects in the drawing have been read in.

Links

AcDbDatabase Class

Was this information helpful?