BaseFlowJobElementInsertJobElement Method |
Inserts a job element as a child.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic 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