This document is archived and information here might be outdated.  Recommended version.


IAnalyzeParameters.ClearErrors Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAnalyzeParameters.ClearErrors Property

Indicates whether the error and status tables are cleared prior to the analysis.

[Visual Basic .NET]
Public Property ClearErrors As Boolean
[C#]
public bool ClearErrors {get; set;}
[C++]
HRESULT get_ClearErrors(
  VARIANT_BOOL pbClearErrors
);
[C++]
HRESULT put_ClearErrors(
  Boolean* pbClearErrors
);
[C++]

Parameters pbClearErrors [in]
pbClearErrors is a parameter of type bool pbClearErrors [out, retval]
pbClearErrors is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAnalyzeParameters Interface