Click or drag to resize

BaseVectorGraphicElementResolveExecutionSequences Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BaseVectorGraphicElement.ResolveExecutionSequences(System.Collections.Generic.IList{System.Collections.Generic.IList{RAYLASE.Marker.VectorGraphicElement.ExecutionSequence}})"]


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public IList<ExecutionSequence> ResolveExecutionSequences(
	IList<IList<ExecutionSequence>> allExecutionSequences
)

Parameters

allExecutionSequences  IListIListExecutionSequence

[Missing <param name="allExecutionSequences"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BaseVectorGraphicElement.ResolveExecutionSequences(System.Collections.Generic.IList{System.Collections.Generic.IList{RAYLASE.Marker.VectorGraphicElement.ExecutionSequence}})"]

Return Value

IListExecutionSequence

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BaseVectorGraphicElement.ResolveExecutionSequences(System.Collections.Generic.IList{System.Collections.Generic.IList{RAYLASE.Marker.VectorGraphicElement.ExecutionSequence}})"]

See Also