Click or drag to resize

BaseMarkableJobElementExecutionSequences Property

List of sequences on how the job element is iterated during execution. Each sequence can have its own number of iteration, outline pen, and filling pen.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public IList<ExecutionSequence> ExecutionSequences { get; }

Property Value

IListExecutionSequence
See Also