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


IXMLIndexTags Interface (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
ArcGIS Developer Help

IXMLIndexTags Interface

Manages a collection of XML Index Tags.

Product Availability

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

Members

Name Description
Method Add Add a tag to the collection.
Method Find Find a tag in the collection by name.
Method Remove Remove a tag from the collection.
Method RemoveAll Remove all tags from the collection.
Read-only property Tag A tag by position in the collection.
Read-only property TagCount The number of tags in the collection.

Classes that implement IXMLIndexTags

Classes Description
XMLIndexTags XML Index Tags Collection Object.