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


IDataSourceConfiguration.Recursive Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Search)  

IDataSourceConfiguration.Recursive Property

Indicates whether it is revursive index.

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

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

Product Availability

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

See Also

IDataSourceConfiguration Interface