Click or drag to resize

BaseScanHeadSaveSettings Method

Saves the axis settings on the scan head.

Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract Guid SaveSettings(
	Axes axes,
	IOPortCondition condition,
	Guid? parentListGuid
)

Parameters

axes  Axes
Axes to store.
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 [M:BaseScanController.SetList(???,System.Int32,System.Boolean,System.Boolean)].
See Also