Click or drag to resize

BaseLaserControllerEnablePointer(Boolean, Int32, IOPortCondition, NullableGuid) Method

Enable or disable the pointer.

Namespace: RAYLASE.Marker.Device.LaserController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public virtual Guid EnablePointer(
	bool enable,
	int correctionFileIndex,
	IOPortCondition condition,
	Guid? parentListGuid
)

Parameters

enable  Boolean
Enable pointer
correctionFileIndex  Int32
Index of the correction file, for setting the matching calibration. Default is 0.
condition  IOPortCondition
Binning condition.
parentListGuid  NullableGuid
The list ID of the parent. If set, the new list will be wrapped inside the parent list.

Return Value

Guid
Guid of the created list. Pass this Guid to SetList(Guid, Int32, Boolean, Boolean).
See Also