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


IReplacePathsParameters.ReplaceItemURIPaths Property (ArcObjects .NET 10.6 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(
  Boolean* pbReplaceURIPaths
);
[C++]

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

Product Availability

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

See Also

IReplacePathsParameters Interface