ArcObjects Library Reference (DataSourcesRaster)  

IRasterInfoFunctionArguments.Caching Property

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(
  VARIANT_BOOL* pCaching
);
[C++]
HRESULT put_Caching(
  VARIANT_BOOL pCaching
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterInfoFunctionArguments Interface