This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAnalyzeParameters Interface > IAnalyzeParameters.ClearErrors Property (ArcObjects .NET 10.4 SDK) |
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