This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemPaths2 Interface > IItemPaths2.GetPathsEx Method (ArcObjects .NET 10.4 SDK) |
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