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