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


ISynchronizeParameters2.DefineCache Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters2 Interface > ISynchronizeParameters2.DefineCache Property
ArcGIS Developer Help

ISynchronizeParameters2.DefineCache Property

Indicates whether an attempt is made to define cache of the selected mosaic dataset items.

[Visual Basic .NET]
Public Property DefineCache As Boolean
[C#]
public bool DefineCache {get; set;}
[C++]
HRESULT get_DefineCache(
  VARIANT_BOOL pbDefineCache
);
[C++]
HRESULT put_DefineCache(
  Boolean* pbDefineCache
);
[C++]
Parameters
pbDefineCache [in]

pbDefineCache is a parameter of type bool pbDefineCache [out, retval]
pbDefineCache is a parameter of type bool*

Product Availability

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

See Also

ISynchronizeParameters2 Interface