ArcObjects Library Reference (DataSourcesRaster)  

IReplacePathsParameters.NewPaths Property

The array of possible target paths that each item is replaced with.

[Visual Basic .NET]
Public Property NewPaths As IStringArray
[C#]
public IStringArray NewPaths {get; set;}
[C++]
HRESULT get_NewPaths(
  IStringArray** ppPaths
);
[C++]
HRESULT putref_NewPaths(
  IStringArray* ppPaths
);
[C++]

Parameters

ppPaths [out, retval]

  ppPaths is a parameter of type IStringArray

ppPaths [in]

  ppPaths is a parameter of type IStringArray

Product Availability

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

See Also

IReplacePathsParameters Interface