This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IQ > IQueryPathsParameters Interface > IQueryPathsParameters.PathDepth Property (ArcObjects .NET 10.4 SDK) |
The maximum depth of each folder path returned.
[Visual Basic .NET] Public Property PathDepth As Integer
[C#] public int PathDepth {get; set;}
[C++]
HRESULT get_PathDepth(
long* pPathDepth
);
[C++]
HRESULT put_PathDepth(
long pPathDepth
);
[C++]
Parameters pPathDepth [out, retval] pPathDepth is a parameter of type long pPathDepth [in] pPathDepth is a parameter of type long