This document is archived and information here might be outdated. Recommended version. |
Indicates whether an attempt is made to define cache of the selected mosaic dataset items.
[Visual Basic .NET]
Public Property DefineCache As Boolean
[C#]
public bool DefineCache {get; set;}
[C++]
HRESULT get_DefineCache(
VARIANT_BOOL pbDefineCache
);
[C++]
HRESULT put_DefineCache(
Boolean* pbDefineCache
);
[C++] Parameters pbDefineCache [in]
pbDefineCache is a parameter of type bool pbDefineCache [out, retval]
pbDefineCache is a parameter of type bool*