geogiac
Guest
I am trying to delete all the selectionsets of autocad from vb.net
for now I have written this, but sometimes it gives me error (? )
for each acadselect in acad.activedocument.selectionsets
acadselect.delete
next acadselect
Does anyone know why? ?
as usual
Thank you very much
Hi.
for now I have written this, but sometimes it gives me error (? )
for each acadselect in acad.activedocument.selectionsets
acadselect.delete
next acadselect
Does anyone know why? ?
as usual
Thank you very much
Hi.