ArcObjects Library Reference (GeoprocessingUI)  

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
);
[C#]

Optional Values

Key   Optional, default value of .
Before   Supply 0 as a default value.
After   Supply 0 as a default value.

Product Availability

Available with ArcGIS Desktop.

See Also

IArcQuerys Interface