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(
  long pPathDepth
);
[C++]

Parameters

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

Product Availability

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

See Also

IQueryPathsParameters Interface