ArcObjects Library Reference (GeoprocessingUI)  

IArcQuerys.Item Property

The IArcQuery object in the collection at the specified index.

[Visual Basic .NET]
Public Function get_Item ( _
    ByVal Index As Object _
) As IArcQuery
[C#]
public IArcQuery get_Item (
    object Index
);

Product Availability

Available with ArcGIS Desktop.

See Also

IArcQuerys Interface