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


IXMLIndexTags.Add Method (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.Add Method
ArcGIS Developer Help

IXMLIndexTags.Add Method

Add a tag to the collection.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal Tag As IXMLIndexTag _
)
[C#]
public void Add (
    IXMLIndexTag Tag
);
[C++]
HRESULT Add(
  IXMLIndexTag* Tag
);
[C++]
Parameters
Tag [in]

Tag is a parameter of type IXMLIndexTag*

Product Availability

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

See Also

IXMLIndexTags Interface