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


IQueryPathsParameters.PathDepth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IQ > IQueryPathsParameters Interface > IQueryPathsParameters.PathDepth Property
ArcGIS Developer Help

IQueryPathsParameters.PathDepth Property

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(
  System.Int32* pPathDepth
);
[C++]
Parameters
pPathDepth [in]

pPathDepth is a parameter of type long pPathDepth [out, retval]
pPathDepth is a parameter of type long*

Product Availability

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

See Also

IQueryPathsParameters Interface