Click or drag to resize

BaseFlowJobElementDoRemoveJobElement Method

Removes a child job element from a given list.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
protected void DoRemoveJobElement(
	int position,
	List<BaseJobElement> jobElements
)

Parameters

position  Int32
The absolute zero-based index of the job element position in the list.
jobElements  ListBaseJobElement
The list to remove from.
See Also