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


IReplacePathsParameters2.ReplaceCachePaths Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL pbReplaceCachePaths
);
[C++]

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

Product Availability

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

See Also

IReplacePathsParameters2 Interface