This document is archived and information here might be outdated.  Recommended version.


IRasterInfoFunctionArguments.Caching Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterInfoFunctionArguments Interface > IRasterInfoFunctionArguments.Caching Property
ArcGIS Developer Help

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(
  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

Product Availability

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

See Also

IRasterInfoFunctionArguments Interface