Click or drag to resize

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.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.35.0
Syntax
C#
public 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

IListExecutionSequence
A new list of execution sequences containing the merged result. Each sequence is also a new instance.
See Also