I am making graphic symbols using reference of old draft geometry. I am grouping the old draft geometry into a "list" so that I can delete it after the purpose is over.
i haven't been able to work out how to delete in draft using a list :(
I use either:
1. Adding elements to a Group and then Deleting Group Members
2. Running a macro to delete the elements.
e.g.
VAR !DeletionStra COLL ALL STRA WITH NLCOLO EQ 16 AND ATTRIB LENGTH EQ 50
DO !X FROM 1 TO !DeletionStra.Size
$!DeletionStra[$!X] DELETE STRA
ENDDO
I'm not sure whether my code is right coz i am just chucking in stuff as an example for you