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


IEnumFeatureSetup.Recycling Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumFeatureSetup Interface > IEnumFeatureSetup.Recycling Property
ArcGIS Developer Help

IEnumFeatureSetup.Recycling Property

Indicates if returned features recycle.

[Visual Basic .NET]
Public Property Recycling As Boolean
[C#]
public bool Recycling {get; set;}
[C++]
HRESULT get_Recycling(
  Boolean* recyling
);
[C++]
HRESULT put_Recycling(
  VARIANT_BOOL recyling
);
[C++]
Parameters
recyling [out, retval]

recyling is a parameter of type bool* recyling
recyling is a parameter of type bool

Product Availability

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

See Also

IEnumFeatureSetup Interface