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


IRasterTypeDataSourceHandlerParameters.StopAtFirstFind Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeDataSourceHandlerParameters.StopAtFirstFind Property

Indicates whether handler operations stops searching for candidate raster types or templates once the first candidate is found.

[Visual Basic .NET]
Public Property StopAtFirstFind As Boolean
[C#]
public bool StopAtFirstFind {get; set;}
[C++]
HRESULT get_StopAtFirstFind(
  VARIANT_BOOL* pbStopAtFirstFind
);
[C++]
HRESULT put_StopAtFirstFind(
  VARIANT_BOOL pbStopAtFirstFind
);
[C++]

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

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters Interface