Click or drag to resize

CommandListLoad Method

Loads a command list from a file.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public static CommandList Load(
	string filePath
)

Parameters

filePath  String

[Missing <param name="filePath"/> documentation for "M:RAYLASE.SPICE3.ClientLib.CommandList.Load(System.String)"]

Return Value

CommandList

[Missing <returns> documentation for "M:RAYLASE.SPICE3.ClientLib.CommandList.Load(System.String)"]

See Also