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


IEditor3.Template Property (ArcObjects .NET 10.4 SDK)
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