CommandListAppendDashedLinePattern Method |
Sets a on/off pattern that is used when the dashed line feature is enabled.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax 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