ArcObjects Library Reference (GeoDatabase)  

IXMLIndexTags.Remove Method

Remove a tag from the collection.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal Tag As IXMLIndexTag _
)
[C#]
public void Remove (
    IXMLIndexTag Tag
);
[C++]
HRESULT Remove(
  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