public static EditingTemplate CreateTemplate( Layer layer, CIMEditingTemplate templateDef )
Public Overloads Shared Function CreateTemplate( _ ByVal layer As Layer, _ ByVal templateDef As CIMEditingTemplate _ ) As EditingTemplate
Parameters
- layer
- the layer the new template is to be added to.
- templateDef
- the template definition.
Return Value
the newly created template. Null if it cannot be created.