Click or drag to resize

ScanHeadMonitoringConfigCopyFrom Method

Copies the data from another config.

Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public ScanHeadMonitoringConfig CopyFrom(
	ScanHeadMonitoringConfig source
)

Parameters

source  ScanHeadMonitoringConfig
Config to copy from.

Return Value

ScanHeadMonitoringConfig
This config.
See Also