This document is archived and information here might be outdated. Recommended version. |
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*