public static EditingTemplate GetTemplate( Layer layer, string name )
Public Shared Function GetTemplate( _ ByVal layer As Layer, _ ByVal name As String _ ) As EditingTemplate
Parameters
- layer
- the layer containing the template.
- name
- the name of the template to be retrieved.
Return Value
the template. Null if the template doesn't exist on the layer.