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


IQueryDef2.Evaluate2 Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IQ > IQueryDef2 Interface > IQueryDef2.Evaluate2 Method
ArcGIS Developer Help

IQueryDef2.Evaluate2 Method

Evaluate the query and return a cursor on the result set.

[Visual Basic .NET]
Public Function Evaluate2 ( _
    ByVal Recycling As Boolean _
) As ICursor
[C#]
public ICursor Evaluate2 (
    bool Recycling
);
[C++]
HRESULT Evaluate2(
  VARIANT_BOOL Recycling
);
[C++]
Parameters
Recycling [in]

Recycling is a parameter of type bool

Product Availability

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

See Also

IQueryDef2 Interface