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


IRasterTypeDataSourceHandlerParameters.StopAtFirstFind Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeDataSourceHandlerParameters Interface > IRasterTypeDataSourceHandlerParameters.StopAtFirstFind Property
ArcGIS Developer Help

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(
  Boolean* pbStopAtFirstFind
);
[C++]
Parameters
pbStopAtFirstFind [in]

pbStopAtFirstFind is a parameter of type bool pbStopAtFirstFind [out, retval]
pbStopAtFirstFind is a parameter of type bool*

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters Interface