This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IA > IArcQuerys Interface > IArcQuerys.Add Method (ArcObjects .NET 10.4 SDK) |
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 );
Optional Values