This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeDataSourceHandlerParameters Interface > IRasterTypeDataSourceHandlerParameters.StopAtFirstFind Property (ArcObjects .NET 10.5 SDK) |
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