IJobElementManagerCreateT 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
SyntaxType Parameters
- T
- The type of the job element.
Return Value
TA new instance of the job element.
Exceptions| Exception | Condition |
|---|
| ApplicationException | The given type is not a valid type for a job element. |
See Also