Click or drag to resize

BaseScanControllerResetMarkCounter Method

Resets to zero the value of the mark counter with a given name.

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

Parameters

counterName  String
The name of the counter.
See Also