ArcObjects Library Reference (DataSourcesRaster)  

IItemPaths.GetPaths Method

Returns all paths associated with the object.

[Visual Basic .NET]
Public Function GetPaths ( _
) As IStringArray
[C#]
public IStringArray GetPaths (
);
[C++]
HRESULT GetPaths(
  IStringArray** ppPaths
);
[C++]

Parameters

ppPaths [out, retval]

  ppPaths is a parameter of type IStringArray

Product Availability

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

See Also

IItemPaths Interface