Description
Returns true if the database was read from a drawing file and there were read errors, but the errors were not significant enough to cause the ReadDwgFile() method to throw an error exception.
Visual Basic
Public Property NeedsRecovery() As bool
C#
public bool NeedsRecovery;
Conditions
Read-only
Notes
The CloseInput() method should be called before using this property to be sure that all objects in the drawing have been read in.