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