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


IXMLIndexTemplateManage.PopulateIndexTags Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IXMLIndexTemplateManage.PopulateIndexTags Method

Populate an XML Index's IncludedTags and ExcludedTags properties from an installed template.

[Visual Basic .NET]
Public Sub PopulateIndexTags ( _
    ByVal sourceTemplate As IXMLIndexTemplate, _
    ByVal Index As IXMLIndex _
)
[C#]
public void PopulateIndexTags (
    IXMLIndexTemplate sourceTemplate,
    IXMLIndex Index
);
[C++]
HRESULT PopulateIndexTags(
  IXMLIndexTemplate* sourceTemplate,
  IXMLIndex* Index
);
[C++]

Parameters sourceTemplate [in]
sourceTemplate is a parameter of type IXMLIndexTemplate Index [in]
Index is a parameter of type IXMLIndex

Product Availability

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

See Also

IXMLIndexTemplateManage Interface