Click or drag to resize

CommandListAppendEnablePilot Method

Enables or disables the pilot laser.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendEnablePilot(
	bool enable
)

Parameters

enable  Boolean
true to turn on, false to turn off the pilot laser.
Remarks
Appends a ENABLE_PILOT command to the list.
See Also