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


IRasterTypeDataSourceHandlerParameters2.AllowQuickOpen Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeDataSourceHandlerParameters2 Interface > IRasterTypeDataSourceHandlerParameters2.AllowQuickOpen Property
ArcGIS Developer Help

IRasterTypeDataSourceHandlerParameters2.AllowQuickOpen Property

Indicates whether an applicable data source (like a mosaic dataset item) loads with only basic information. Preventing it from connecting to pixel data (referenced by the underlying rasters in the function stack) can substantially improve performance of IRaste.

[Visual Basic .NET]
Public Property AllowQuickOpen As Boolean
[C#]
public bool AllowQuickOpen {get; set;}
[C++]
HRESULT get_AllowQuickOpen(
  VARIANT_BOOL pbAllowQuickOpen
);
[C++]
HRESULT put_AllowQuickOpen(
  Boolean* pbAllowQuickOpen
);
[C++]
Parameters
pbAllowQuickOpen [in]

pbAllowQuickOpen is a parameter of type bool pbAllowQuickOpen [out, retval]
pbAllowQuickOpen is a parameter of type bool*

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters2 Interface