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


IXMLIndexUtil.LoadTags Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLIndexUtil Interface > IXMLIndexUtil.LoadTags Method
ArcGIS Developer Help

IXMLIndexUtil.LoadTags Method

Loads the collection of tags from an XML document.

[Visual Basic .NET]
Public Sub LoadTags ( _
    ByVal xml As String, _
    ByVal Tags As IXMLIndexTags _
)
[C#]
public void LoadTags (
    string xml,
    IXMLIndexTags Tags
);
[C++]
HRESULT LoadTags(
  BSTR xml,
  IXMLIndexTags* Tags
);
[C++]
Parameters
xml [in]

xml is a parameter of type BSTR Tags [in]
Tags is a parameter of type IXMLIndexTags*

Product Availability

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

See Also

IXMLIndexUtil Interface