ArcObjects Library Reference (GeoprocessingUI)  

IArcQuerys.Remove Method

Removes an IArcQuery element from the querys collection.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal Index As Object _
)
[C#]
public void Remove (
    object Index
);

Product Availability

Available with ArcGIS Desktop.

See Also

IArcQuerys Interface