Click or drag to resize

BaseFlowJobElementDoClearAllJobElements Method

Removes all child items of a given list.

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

Parameters

jobElements  ListBaseJobElement
The list to clear.
See Also