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


IEditor3.Template Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditor3 Interface > IEditor3.Template Property
ArcGIS Developer Help

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