ArcGIS Pro 2.6 API Reference Guide
RemoveTemplate(Layer,EditingTemplate) Method

ArcGIS.Desktop.Mapping Namespace > MappingExtensions Class > RemoveTemplate Method : RemoveTemplate(Layer,EditingTemplate) Method
the layer containing the template.
the template to be removed.
Removes the specified template.
Syntax
public static void RemoveTemplate( 
   Layer layer,
   EditingTemplate template
)
Public Overloads Shared Sub RemoveTemplate( _
   ByVal layer As Layer, _
   ByVal template As EditingTemplate _
) 

Parameters

layer
the layer containing the template.
template
the template to be removed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MappingExtensions Class
MappingExtensions Members
Overload List