Indicates whether execution should stop as soon as an error is encountered.
[Visual Basic .NET] Public Property StopOnFirstError As Boolean
[C#] public bool StopOnFirstError {get; set;}
[C++]
HRESULT get_StopOnFirstError(
VARIANT_BOOL* pbStopOnFirstError
);
[C++]
HRESULT put_StopOnFirstError(
VARIANT_BOOL pbStopOnFirstError
);
[C++]Parameters
pbStopOnFirstError [out, retval] pbStopOnFirstError is a parameter of type VARIANT_BOOL pbStopOnFirstError [in] pbStopOnFirstError is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.