This document is archived and information here might be outdated. Recommended version. |
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*