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


IArcQuerys.Item Property (ArcObjects .NET 10.4 SDK)
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