This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IReplacePathsParameters Interface > IReplacePathsParameters.OldPaths Property (ArcObjects .NET 10.4 SDK) |
The array of source paths to be replaced.
[Visual Basic .NET] Public Property OldPaths As IStringArray
[C#] public IStringArray OldPaths {get; set;}
[C++]
HRESULT get_OldPaths(
IStringArray** ppPaths
);
[C++]
HRESULT putref_OldPaths(
IStringArray* ppPaths
);
[C++]
Parameters ppPaths [out, retval]
ppPaths is a parameter of type IStringArray ppPaths [in]
ppPaths is a parameter of type IStringArray