Loads the contents of a Card-CommandList from a file on the card.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax 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