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(
  VARIANT_BOOL pbDefineCache
);
[C++]

Parameters

pbDefineCache [out, retval]   pbDefineCache is a parameter of type VARIANT_BOOL pbDefineCache [in]   pbDefineCache is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISynchronizeParameters2 Interface