ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* recyling
);
[C++]
HRESULT put_Recycling(
  VARIANT_BOOL recyling
);
[C++]

Parameters

recyling [out, retval]   recyling is a parameter of type VARIANT_BOOL recyling   recyling is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IEnumFeatureSetup Interface