ArcObjects Library Reference (GeoDatabase)  

IXMLIndexTags.Tag Property

A tag by position in the collection.

[Visual Basic .NET]
Public Function get_Tag ( _
    ByVal tagIndex As Integer _
) As IXMLIndexTag
[C#]
public IXMLIndexTag get_Tag (
    int tagIndex
);
[C++]
HRESULT get_Tag(
  long tagIndex,
  IXMLIndexTag** Tag
);
[C++]

Parameters

tagIndex [in]   tagIndex is a parameter of type long Tag [out, retval]

  Tag is a parameter of type IXMLIndexTag

Product Availability

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

See Also

IXMLIndexTags Interface