This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IEditTemplateManager Interface > IEditTemplateManager.EditTemplate Property (ArcObjects .NET 10.5 SDK) |
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