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


IXMLIndexTags.Tag Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLIndexTags Interface > IXMLIndexTags.Tag Property
ArcGIS Developer Help

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