Click or drag to resize

BaseFlowJobElementInsertJobElement Method

Inserts a job element as a child.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public void InsertJobElement(
	BaseJobElement jobElement,
	int position
)

Parameters

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