Click or drag to resize

ITemplateManagerCreateFromDefaultTemplate Method

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

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
JobElementHolder CreateFromDefaultTemplate(
	Type jobElementType
)

Parameters

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