Click or drag to resize

SPICE3DevicePrepareMarkInProgress Method

Creates a list asserting or deasserting the mark in progress signal.

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

Parameters

isActive  Boolean
Asserts the signal.
parentListGuid  NullableGuid
The list ID of the parent. If set, the new list will be wrapped inside the parent list.

Return Value

Guid

[Missing <returns> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.PrepareMarkInProgress(System.Boolean,System.Nullable{System.Guid})"]

See Also