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


IReplacePathsParameters.NewPaths 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.NewPaths Property
ArcGIS Developer Help

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 [in]

ppPaths is a parameter of type IStringArray* ppPaths [out, retval]
ppPaths is a parameter of type IStringArray**

Product Availability

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

See Also

IReplacePathsParameters Interface