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


IItemPaths.GetPaths Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemPaths Interface > IItemPaths.GetPaths Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IItemPaths Interface