Click or drag to resize

ITemplateManagerCreateFromTemplate Method

Creates a holder of job element from a specified template, if existing.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
JobElementHolder CreateFromTemplate(
	string templateName,
	Type jobElementType
)

Parameters

templateName  String
Name of the template. If null or empty, a default template is searched.
jobElementType  Type
The type of the template.

Return Value

JobElementHolder
Holder of the job element, or null if the tamplate does not exist.
See Also