Click or drag to resize

CommandListAppendSkyWritingMinCoH Method

Sets the minimum change of heading for skywriting feature.


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

Parameters

minCoH  Double
The minimum change of heading between successive mark vectors, above which skywriting will be performed.
Remarks
Appends a SKYWRITING_MIN_COH command to the list.
See Also