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


ISynchronizeParameters2.DefineCache Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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