Click or drag to resize

IJobElementManagerCreateT Method

Creates a job element of a given type.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
T Create<T>()

Type Parameters

T
The type of the job element.

Return Value

T
A new instance of the job element.
Exceptions
ExceptionCondition
ApplicationExceptionThe given type is not a valid type for a job element.
See Also