Click or drag to resize

BaseScanHeadSelectCorrectionFile Method

Activates the (already existing) correction file.

Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public void SelectCorrectionFile(
	int index
)

Parameters

index  Int32
Index of CorrectionFile.
Remarks
Has no effect on the correction file index used when execution a job. Therefore only useful for commands like GoToXYZ(dvec3, Double, Boolean, NullableCancellationToken).
See Also