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


IArcQuerys.Item Property (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.Item Property
ArcGIS Developer Help

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