Click or drag to resize

JobDefinitionInsertJobElement Method

Inserts a job element to the job.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.20.0
Syntax
C#
public JobElementHolder InsertJobElement(
	BaseJobElement jobElement,
	int position
)

Parameters

jobElement  BaseJobElement
The job element.
position  Int32
The absolute zero-based index of the job element position in the list. A value less than zero indicates an append.

Return Value

JobElementHolder
The holder of the added job element.
See Also