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


IRasterTypeDataSourceHandlerParameters.TryQuickCheckOnly 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.TryQuickCheckOnly Property
ArcGIS Developer Help

IRasterTypeDataSourceHandlerParameters.TryQuickCheckOnly Property

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*

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters Interface