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


IEnumXMLIndexTemplate.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumXMLIndexTemplate.Next Method

Retrieves the next XML Index Template in the enumerator.

[Visual Basic .NET]
Public Function Next ( _
) As IXMLIndexTemplate
[C#]
public IXMLIndexTemplate Next (
);
[C++]
HRESULT Next(
  IXMLIndexTemplate** nextTemplate
);
[C++]

Parameters nextTemplate [out, retval]
nextTemplate is a parameter of type IXMLIndexTemplate

Product Availability

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

See Also

IEnumXMLIndexTemplate Interface