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


IReplacePathsParameters.NewPaths Property (ArcObjects .NET 10.5 SDK)
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