Click or drag to resize

BaseScanControllerGetMarkCounter Method

Gets the current value of the mark counter with a given name. Mark counter is used to track how many iterations an infinite pass has been executed.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public virtual int GetMarkCounter(
	string counterName
)

Parameters

counterName  String
The name of the counter.

Return Value

Int32
The value of the counter.
See Also