Click or drag to resize

JobDefinitionRemoveJobElement Method

Removes a job element from the job.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public void RemoveJobElement(
	int position
)

Parameters

position  Int32
The absolute zero-based index of the job element position in the list.
See Also