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