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


IQueryPathsParameters.PathDepth Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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