IJobElementManagerCreate(Type) Method |
Creates a job element of a given type.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
SyntaxBaseJobElement Create(
Type pluginType
)
Parameters
- pluginType Type
- The concrete type.
Return Value
BaseJobElementA new instance of the job element.
ExceptionsException | Condition |
---|
KeyNotFoundException | Category is invalid. |
KeyNotFoundException | Concrete type is invalid. |
See Also