Command |
public void AppendEnableDashedLine( bool enable, double position = -1 )
Appends a DASHED_LINE_ENABLE command to the list. A pattern must be separately supplied - see AppendDashedLinePattern(ListDouble).
The position defines where within the pattern the dashed line is started, and therefore affects the first dashed line section. For example, a position of 2000 for a on-off pattern of '5000;1000' will yield an initial dash of 3000um (= 5000 - 2000) followed by a spacing of 1000um before the pattern is started over.
Negative position values are ignored by the firmware. Therefore, a negative value can be supplied to merely change the flag without changing the current position.