Click or drag to resize

SPICE3DeviceReleaseList Method

Discards the mapping of the used lists. Also recycles used list IDs. After this call, the object can't be updated anymore.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override void ReleaseList(
	List<int> listIDs
)

Parameters

listIDs  ListInt32
ID of the list to be released.
See Also