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.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic IList<ExecutionSequence> ExecutionSequences { get; }
Property Value
IListExecutionSequence
See Also