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


IReplacePathsParameters2.ReplaceCachePaths Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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