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


IIndexingConfiguration.Recursive Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IIndexingConfiguration.Recursive Property

Indicates whether to recursively get the children of target path.

[Visual Basic .NET]
Public Property Recursive As Boolean
[C#]
public bool Recursive {get; set;}
[C++]
HRESULT get_Recursive(
  VARIANT_BOOL* pRecursive
);
[C++]
HRESULT put_Recursive(
  VARIANT_BOOL pRecursive
);
[C++]

Parameters pRecursive [out, retval] pRecursive is a parameter of type VARIANT_BOOL pRecursive [in] pRecursive is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IIndexingConfiguration Interface