![]() |
This document is archived and information here might be outdated. Recommended version. |
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*