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


ITemplates.Item Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IT > ITemplates Interface > ITemplates.Item Property
ArcGIS Developer Help

ITemplates.Item Property

The pathname to the template at the given index.

[Visual Basic .NET]
Public Function get_Item ( _
    ByVal Index As Integer _
) As String
[C#]
public string get_Item (
    int Index
);

Product Availability

Available with ArcGIS Desktop.

Description

Index specifies the index of the current template in the Templates collection.

Remarks

In ArcCatalog, index 0 is the Normal template.
In ArcMap, index 0 is the Normal template. If a base template is loaded, it is index 1 and the document is index 2. If there is no base template, the document is index 1.

See Also

ITemplates Interface