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


IAnalyzeParameters.ClearErrors Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL pbClearErrors
);
[C++]

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

Product Availability

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

See Also

IAnalyzeParameters Interface