Click or drag to resize

ListAPIStore Method

Stores the contents of a Card-CommandList in 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 Store(
	int listID
)

Parameters

listID  Int32
Identifies the Card-CommandList.
Remarks
The existing contents of the file, if any, will be replaced.
The contents can be retrieved into the same Card-CommandList by using Load( listID).
See Also