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


IArcQuerys.Remove Method (ArcObjects .NET 10.5 SDK)
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