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


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

IQueryPathsParameters.FoldersOnly Property

Indicates whether only folder paths are returned.

[Visual Basic .NET]
Public Property FoldersOnly As Boolean
[C#]
public bool FoldersOnly {get; set;}
[C++]
HRESULT get_FoldersOnly(
  VARIANT_BOOL pbFoldersOnly
);
[C++]
HRESULT put_FoldersOnly(
  Boolean* pbFoldersOnly
);
[C++]

Parameters pbFoldersOnly [in]
pbFoldersOnly is a parameter of type bool pbFoldersOnly [out, retval]
pbFoldersOnly is a parameter of type bool*

Product Availability

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

See Also

IQueryPathsParameters Interface