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.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic virtual int GetMarkCounter(
string counterName
)
Parameters
- counterName String
- The name of the counter.
Return Value
Int32The value of the counter.
See Also