This document is archived and information here might be outdated. Recommended version. |
Indicates whether handler operations perform only cursory checks (via IRasterBuilder.CanBuild) on data sources to identify candidate raster types and templates.
[Visual Basic .NET]
Public Property TryQuickCheckOnly As Boolean
[C#]
public bool TryQuickCheckOnly {get; set;}
[C++]
HRESULT get_TryQuickCheckOnly(
VARIANT_BOOL pbTryQuickCheckOnly
);
[C++]
HRESULT put_TryQuickCheckOnly(
Boolean* pbTryQuickCheckOnly
);
[C++] Parameters pbTryQuickCheckOnly [in]
pbTryQuickCheckOnly is a parameter of type bool pbTryQuickCheckOnly [out, retval]
pbTryQuickCheckOnly is a parameter of type bool*