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


IReplacePathsParameters.ReplaceItemURIPaths Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IReplacePathsParameters.ReplaceItemURIPaths Property

Indicates whether paths in item URIs are replaced.

[Visual Basic .NET]
Public Property ReplaceItemURIPaths As Boolean
[C#]
public bool ReplaceItemURIPaths {get; set;}
[C++]
HRESULT get_ReplaceItemURIPaths(
  VARIANT_BOOL* pbReplaceURIPaths
);
[C++]
HRESULT put_ReplaceItemURIPaths(
  VARIANT_BOOL pbReplaceURIPaths
);
[C++]

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

Product Availability

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

See Also

IReplacePathsParameters Interface