Click or drag to resize

SPICE3DevicePrepareSetCorrectionFileIndex Method

Creates a list for switching the used correction file index.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override Guid PrepareSetCorrectionFileIndex(
	int index,
	Guid? parentListGuid
)

Parameters

index  Int32
Index of the correction file to use.
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