purge/deleting COGO points and layers

 Does anyone know how to purge COGO points in a drawing? I received a drawing file I was not able to delete or purge the COGO points on a layer, even after binding xrefs or isolating the layer. I ended up copying the file and then striping all layers except the one I needed but I would like to know how to control COGO point in the future, or at least, understand how to go about solving this problem. The file I have exceeds the 5mb allotted, so I'm not able to attach anything. Any advice is greatly appreciated.
Thanks!
Adolfo

Comments

  • I don't have a dwg with cogo points lying around so this is untested:
    [code](command "_.erase" (ssget "_X" '((0 . "AECC_COGO_POINT"))) "")[/code]
This discussion has been closed.