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