Click or drag to resize

BaseMarkableJobElementDoCalculateTotalNumberOfPasses Method

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


Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.35.0
Syntax
C#
protected int DoCalculateTotalNumberOfPasses(
	IList<ExecutionSequence> executionSequences
)

Parameters

executionSequences  IListExecutionSequence

[Missing <param name="executionSequences"/> documentation for "M:RAYLASE.Marker.JobElement.BaseMarkableJobElement.DoCalculateTotalNumberOfPasses(System.Collections.Generic.IList{RAYLASE.Marker.VectorGraphicElement.ExecutionSequence})"]

Return Value

Int32

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

See Also