This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IReplacePathsParameters Interface > IReplacePathsParameters.NewPaths Property (ArcObjects .NET 10.4 SDK) |
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