This document is archived and information here might be outdated. Recommended version. |
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