Click or drag to resize

IJobElementManagerCreate(Type) 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#
BaseJobElement Create(
	Type pluginType
)

Parameters

pluginType  Type
The concrete type.

Return Value

BaseJobElement
A new instance of the job element.
Exceptions
ExceptionCondition
KeyNotFoundExceptionCategory is invalid.
KeyNotFoundExceptionConcrete type is invalid.
See Also