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


IDataSourceConfiguration.Recursive Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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(
  Boolean* Recursive
);
[C++]
HRESULT put_Recursive(
  VARIANT_BOOL Recursive
);
[C++]
Parameters
Recursive [out, retval]

Recursive is a parameter of type bool* Recursive [in]
Recursive is a parameter of type bool

Product Availability

No record for Search in Libraries found

See Also

IDataSourceConfiguration Interface