BaseVectorGraphicElementResolveExecutionSequences Method |
Merges the given execution sequences into the execution sequences of this VG element. The given list is in increasing importance.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.35.0
Syntaxpublic IList<ExecutionSequence> ResolveExecutionSequences(
IList<(IList<ExecutionSequence> ExecutionSequences, bool ShouldIgnoreExecutions)> allExecutionSequences
)
Parameters
- allExecutionSequences IListValueTupleIListExecutionSequence, Boolean
- List of execution sequences tuple. The first item in the tuple is the sequences, the second is the flag to indicate whether the number of executions should not be merged.
Return Value
IListExecutionSequenceA new list of execution sequences containing the merged result. Each sequence is also a new instance.
See Also