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.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic abstract void ReleaseList(
List<int> listIDs
)
Parameters
- listIDs ListInt32
- ID of the list to be released.
See Also