Click or drag to resize

BaseScanControllerSetList Method

Generates master list and send it with the referenced lists to the card.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract void SetList(
	Guid listGuid,
	int listID,
	bool appendMode,
	bool releaseList
)

Parameters

listGuid  Guid
Guid returned from prepare function like [M:BaseScanController.PrepareVectorGraphicList(???,???,???,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Nullable{???})].
listID  Int32
ID to set the list on the card.
appendMode  Boolean
Append the list to an existing one instead of creating a new list.
releaseList  Boolean
Free memory of command lists, list mapping will be kept. To also discard the mapping call [M:BaseScanController.ReleaseList(???)]. Don't release lists if the lists should be updated in singleListMode.
See Also