Click or drag to resize

JobDefinitionContainsJobelementType Method

Returns true if job contains any job element of the given type.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.47.0
Syntax
C#
public bool ContainsJobelementType(
	Type jobElementType
)

Parameters

jobElementType  Type
Type to test

Return Value

Boolean
True if job contains any job element of the given type.
See Also