This document is archived and information here might be outdated. Recommended version. |
Indicates if the raster info will be cached.
[Visual Basic .NET]
Public Property Caching As Boolean
[C#]
public bool Caching {get; set;}
[C++]
HRESULT get_Caching(
Boolean* pCaching
);
[C++]
HRESULT put_Caching(
VARIANT_BOOL pCaching
);
[C++] Parameters pCaching [out, retval]
pCaching is a parameter of type bool* pCaching [in]
pCaching is a parameter of type bool