Click or drag to resize

ZShifterShifts Property

Sequence of shifts containing the number of executions and the delta z.

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public IList<(int Executions, double DeltaZ)> Shifts { get; }

Property Value

IListValueTupleInt32, Double
See Also