ArcObjects Library Reference (GeoDatabase)  

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