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


IReplacePathsParameters.ReplaceItemURIPaths Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IReplacePathsParameters Interface > IReplacePathsParameters.ReplaceItemURIPaths Property
ArcGIS Developer Help

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