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


ISynchronizeParameters5.BlockCacheLocation 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.BlockCacheLocation Property
ArcGIS Developer Help

ISynchronizeParameters5.BlockCacheLocation Property

The block cache location.

[Visual Basic .NET]
Public Property BlockCacheLocation As String
[C#]
public string BlockCacheLocation {get; set;}
[C++]
HRESULT get_BlockCacheLocation(
  BSTR pBlockCacheLocation
);
[C++]
HRESULT put_BlockCacheLocation(
  System.String* pBlockCacheLocation
);
[C++]
Parameters
pBlockCacheLocation [in]

pBlockCacheLocation is a parameter of type BSTR pBlockCacheLocation [out, retval]
pBlockCacheLocation is a parameter of type BSTR*

Product Availability

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

See Also

ISynchronizeParameters5 Interface