ITemplateManagerCreateFromDefaultTemplate Method |
Creates a holder of job element from a default template, if existing.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
SyntaxJobElementHolder CreateFromDefaultTemplate(
Type jobElementType
)
Parameters
- jobElementType Type
- The type of the template.
Return Value
JobElementHolderHolder of the job element, or null if the tamplate does not exist.
See Also