This document is archived and information here might be outdated. Recommended version. |
Indicates whether to create and embed MRF as raster value.
[Visual Basic .NET]
Public Property BlockCacheEnabled As Boolean
[C#]
public bool BlockCacheEnabled {get; set;}
[C++]
HRESULT get_BlockCacheEnabled(
VARIANT_BOOL pbBlockCacheEnabled
);
[C++]
HRESULT put_BlockCacheEnabled(
Boolean* pbBlockCacheEnabled
);
[C++] Parameters pbBlockCacheEnabled [in]
pbBlockCacheEnabled is a parameter of type bool pbBlockCacheEnabled [out, retval]
pbBlockCacheEnabled is a parameter of type bool*