ArcObjects Library Reference (DataSourcesRaster)  

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,
  IStringArray** ppPaths
);
[C++]

Parameters

pOptions [in]

  pOptions is a parameter of type IItemPathsOptions

ppPaths [out, retval]

  ppPaths is a parameter of type IStringArray

Product Availability

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

See Also

IItemPaths2 Interface