Click or drag to resize

CommandListAppendSkyWritingMode Method

Selects the sky-writing mode, one of which is 'Disabled'.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendSkyWritingMode(
	SkyWritingMode mode
)

Parameters

mode  SkyWritingMode
The mode to be used for subsequent vectors.
Remarks

Appends a SKYWRITING_MODE command to the list.

See Also