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


IDeleteMosaicDatasetParameters.DeleteItemCache Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDeleteMosaicDatasetParameters.DeleteItemCache Property

Delete item cache (for example, LAS Cache).

[Visual Basic .NET]
Public Property DeleteItemCache As Boolean
[C#]
public bool DeleteItemCache {get; set;}
[C++]
HRESULT get_DeleteItemCache(
  VARIANT_BOOL pbDeleteItemCache
);
[C++]
HRESULT put_DeleteItemCache(
  Boolean* pbDeleteItemCache
);
[C++]

Parameters pbDeleteItemCache [in]
pbDeleteItemCache is a parameter of type bool pbDeleteItemCache [out, retval]
pbDeleteItemCache is a parameter of type bool*

Product Availability

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

See Also

IDeleteMosaicDatasetParameters Interface