ArcObjects Library Reference (Editor)  

IEditor3.Template Property

The edit template for the specified index.

[Visual Basic .NET]
Public Function get_Template ( _
    ByVal index As Integer _
) As IEditTemplate
[C#]
public IEditTemplate get_Template (
    int index
);

Product Availability

Available with ArcGIS Desktop.

See Also

IEditor3 Interface