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


IEditTemplateManager.EditTemplate Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IEditTemplateManager.EditTemplate Property

The edit template at the specified index.

[Visual Basic .NET]
Public Function get_EditTemplate ( _
    ByVal Index As Integer _
) As IEditTemplate
[C#]
public IEditTemplate get_EditTemplate (
    int Index
);
[C++]
HRESULT get_EditTemplate(
  long Index,
  IEditTemplate** EditTemplate
);
[C++]

Parameters Index [in] Index is a parameter of type long EditTemplate [out, retval]
EditTemplate is a parameter of type IEditTemplate

Product Availability

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

See Also

IEditTemplateManager Interface