Click or drag to resize

ListAPILoad Method

Loads the contents of a Card-CommandList from a file on the card.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void Load(
	int listID
)

Parameters

listID  Int32
Identifies the Card-CommandList.
Remarks
The contents should have been stored previously by using Store( listID).
The existing contents of the Card-CommandList, if any, will be replaced.
See Also