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


IEditTemplateManager.EditTemplate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IEditTemplateManager Interface > IEditTemplateManager.EditTemplate Property
ArcGIS Developer Help

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