public static CIMGroupEditingTemplate AddComponentTemplate( CIMGroupEditingTemplate groupTemplate, Layer layer, string templateName, GroupTemplateBuilderMethods builderMethod, IDictionary<string,object> options )
Public Shared Function AddComponentTemplate( _ ByVal groupTemplate As CIMGroupEditingTemplate, _ ByVal layer As Layer, _ ByVal templateName As String, _ ByVal builderMethod As GroupTemplateBuilderMethods, _ Optional ByVal options As IDictionary(Of String,Object) _ ) As CIMGroupEditingTemplate
Parameters
- groupTemplate
- the group template the component template is to be added to.
- layer
- the layer for the component part.
- templateName
- the name of the template used as the component part.
- builderMethod
- the builder method for the component part.
- options
- options for the component part.
Return Value
the updated group template object.