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


IReplacePathsParameters2.ReplaceCachePaths Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IReplacePathsParameters2 Interface > IReplacePathsParameters2.ReplaceCachePaths Property
ArcGIS Developer Help

IReplacePathsParameters2.ReplaceCachePaths Property

Indicates whether paths in raster dataset cache are replaced.

[Visual Basic .NET]
Public Property ReplaceCachePaths As Boolean
[C#]
public bool ReplaceCachePaths {get; set;}
[C++]
HRESULT get_ReplaceCachePaths(
  VARIANT_BOOL pbReplaceCachePaths
);
[C++]
HRESULT put_ReplaceCachePaths(
  Boolean* pbReplaceCachePaths
);
[C++]
Parameters
pbReplaceCachePaths [in]

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

Product Availability

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

See Also

IReplacePathsParameters2 Interface