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


IRasterTypeDataSourceHandlerParameters2.AllowQuickOpen Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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

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

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters2 Interface