This content has been marked as final.
Show 3 replies
-
-
Re: Looking for to create a macro to delete all the revision symbols in the drawing. Need help.. Thanks!
Richard Ball Jan 25, 2019 10:03 AM (in response to Leon Wurr)I have created revision symbols using the note annotation.
How can I adapt this code to delete all note annotations with triangle border?
-
Re: Looking for to create a macro to delete all the revision symbols in the drawing. Need help.. Thanks!
Peter Brinkhuis Jan 28, 2019 4:44 AM (in response to Richard Ball)I just checked the INote interface and it has the method GetBalloonStyle which returns the border type. If it returns 2, it's a triangle.
-
-