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


IReplacePathsParameters.OldPaths Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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