Click or drag to resize

ITemplateManagerHasDefaultJobElementTemplate Method

Checks whether the job element has a default template.

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

Parameters

jobElementType  Type
The type of the template.

Return Value

Boolean
True if template is available.
See Also