JobDefinitionContainsJobelementType Method |
Returns true if job contains any job element of the given type.
Namespace: RAYLASE.Marker.JobAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.47.0
Syntaxpublic bool ContainsJobelementType(
Type jobElementType
)
Parameters
- jobElementType Type
- Type to test
Return Value
BooleanTrue if job contains any job element of the given type.
See Also