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


IAnnotateLayerPropertiesCollection2.QueryItem Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerPropertiesCollection2 Interface > IAnnotateLayerPropertiesCollection2.QueryItem Method
ArcGIS Developer Help

IAnnotateLayerPropertiesCollection2.QueryItem Method

Returns the item in the collection at the specified index.

[Visual Basic .NET]
Public Sub QueryItem ( _
    ByVal Index As Integer, _
    ByRef Item As IAnnotateLayerProperties, _
    ByRef ID As Integer _
)
[C#]
public void QueryItem (
    int Index,
    ref IAnnotateLayerProperties Item,
    ref int ID
);
[C++]
HRESULT QueryItem(
  long Index,
  IAnnotateLayerProperties** Item,
  System.Int32* ID
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Item [out]
Item is a parameter of type IAnnotateLayerProperties** ID [out]
ID is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAnnotateLayerPropertiesCollection2 Interface