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


IArcQuerys.Remove Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IA > IArcQuerys Interface > IArcQuerys.Remove Method
ArcGIS Developer Help

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