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


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

IReplacePathsParameters.OldPaths Property

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