Click or drag to resize

CommandListAppendSkyWritingDecelerationDelay Method

Sets the deceleration delay for skywriting feature.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendSkyWritingDecelerationDelay(
	double decelerationDelay
)

Parameters

decelerationDelay  Double
The deceleration delay used for skywriting.
Remarks
Appends a SKYWRITING_DECELERATION_DELAY command to the list.
See Also