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


IArcQuerys.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IA > IArcQuerys Interface > IArcQuerys.Add Method
ArcGIS Developer Help

IArcQuerys.Add Method

Adds an IArcQuery object to querys collection .

[Visual Basic .NET]
Public Function Add ( _
    ByVal SelectMethod As String, _
    ByVal Expression As String, _
    ByVal TokenType As String, _
    [ByVal Key As String], _
    [ByVal Before As Short], _
    [ByVal After As Short] _
) As IArcQuery
[C#]
public IArcQuery Add (
    string SelectMethod,
    string Expression,
    string TokenType,
    string Key,
    short Before,
    short After
);

Product Availability

Available with ArcGIS Desktop.

See Also

IArcQuerys Interface