Click or drag to resize

CommandListAppendArmLaser Method

Arms or disarms the "hot" laser.

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

Parameters

enable  Boolean
true to arm, false to disarm the laser.
Remarks
Appends a ARM_LASER command to the list.
See Also