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


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

ISynchronizeParameters5.BlockCacheEnabled Property

Indicates whether to create and embed MRF as raster value.

[Visual Basic .NET]
Public Property BlockCacheEnabled As Boolean
[C#]
public bool BlockCacheEnabled {get; set;}
[C++]
HRESULT get_BlockCacheEnabled(
  VARIANT_BOOL pbBlockCacheEnabled
);
[C++]
HRESULT put_BlockCacheEnabled(
  Boolean* pbBlockCacheEnabled
);
[C++]
Parameters
pbBlockCacheEnabled [in]

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

Product Availability

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

See Also

ISynchronizeParameters5 Interface