Click or drag to resize

ListAPIGet Method

Retrieves the contents of the identified Card-CommandList into a new Client-CommandList instance.

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

Parameters

listID  Int32
Identifies the Card-CommandList.

Return Value

CommandList
A new Client-CommandList instance.
See Also