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.