Click or drag to resize

BaseScanControllerReleaseList 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.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract void ReleaseList(
	List<int> listIDs
)

Parameters

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