Delete contours
The command to delete a contour contains the following syntax elements:
# CONTOUR DELETE [ID<expr>]
ID <expr> Identification number of the contour
It is also possible to delete currently defined contours and clear the memory location for new definitions.
# CONTOUR DELETE ALL
Information on deleted contours is irrevocably lost. The assigned memory location is then released for new contour definitions. Only already defined contours can be deleted.
Programming example - Delete contours
# PATTERN DELETE [ID3] ( Delete specific contour with ID 3)
# PATTERN DELETE ALL ( Delete all contours)