Click or drag to resize

JobDefinitionGetEndlessMotfBeltSpeed Method

Returns the expected belt speed for the job in endless motf mode. Is filled after uploading the job.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public double GetEndlessMotfBeltSpeed(
	BaseScanController scanController
)

Parameters

scanController  BaseScanController
Scan controller used for job.

Return Value

Double
Returns the expected belt speed for the job in endless motf mode. -1 in case it was not uploaded before.
See Also