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


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