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


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

IItemPaths2.GetPathsEx Method

Returns all paths associated with the object.

[Visual Basic .NET]
Public Function GetPathsEx ( _
    ByVal pOptions As IItemPathsOptions _
) As IStringArray
[C#]
public IStringArray GetPathsEx (
    IItemPathsOptions pOptions
);
[C++]
HRESULT GetPathsEx(
  IItemPathsOptions* pOptions
);
[C++]
Parameters
pOptions [in]

pOptions is a parameter of type IItemPathsOptions*

Product Availability

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

See Also

IItemPaths2 Interface