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


IRasterTypeDataSourceHandlerParameters.TryQuickCheckOnly Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL pbTryQuickCheckOnly
);
[C++]

Parameters pbTryQuickCheckOnly [out, retval] pbTryQuickCheckOnly is a parameter of type VARIANT_BOOL pbTryQuickCheckOnly [in] pbTryQuickCheckOnly is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters Interface