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


ISynchronizeParameters2.CacheParameters Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISynchronizeParameters2.CacheParameters Property

The parameters used for defining cache of the selected mosaic dataset items.

[Visual Basic .NET]
Public Property CacheParameters As ICachedRasterFunctionArguments
[C#]
public ICachedRasterFunctionArguments CacheParameters {get; set;}
[C++]
HRESULT get_CacheParameters(
  ICachedRasterFunctionArguments** ppParameters
);
[C++]
HRESULT putref_CacheParameters(
  ICachedRasterFunctionArguments* ppParameters
);
[C++]

Parameters ppParameters [out, retval]
ppParameters is a parameter of type ICachedRasterFunctionArguments ppParameters [in]
ppParameters is a parameter of type ICachedRasterFunctionArguments

Product Availability

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

See Also

ISynchronizeParameters2 Interface