Click or drag to resize

CommandListAppendDashedLinePattern Method

Sets a on/off pattern that is used when the dashed line feature is enabled.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendDashedLinePattern(
	List<double> pattern
)

Parameters

pattern  ListDouble
The pattern.
Remarks
Appends a DASHED_LINE_PATTERN command to the list. The pattern represents the on/off lengths when marking.
See Also