This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFileCrawler Interface > IFileCrawler.Recurse Property (ArcObjects .NET 10.4 SDK) |
Indicates whether folders are recursively traversed.
[Visual Basic .NET] Public Property Recurse As Boolean
[C#] public bool Recurse {get; set;}
[C++]
HRESULT get_Recurse(
VARIANT_BOOL* pbParseRecursively
);
[C++]
HRESULT put_Recurse(
VARIANT_BOOL pbParseRecursively
);
[C++]
Parameters pbParseRecursively [out, retval] pbParseRecursively is a parameter of type VARIANT_BOOL pbParseRecursively [in] pbParseRecursively is a parameter of type VARIANT_BOOL