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.32.0
SyntaxBaseJobElement Create(
Type pluginType
)
Parameters
- pluginType Type
- The concrete type.
Return Value
BaseJobElementA new instance of the job element.
Exceptions| Exception | Condition |
|---|
| KeyNotFoundException | Category is invalid. |
| KeyNotFoundException | Concrete type is invalid. |
See Also