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


IAnalyzeParameters.ClearErrors Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAnalyzeParameters Interface > IAnalyzeParameters.ClearErrors Property
ArcGIS Developer Help

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