Community
Civil 3D Forum
Welcome to Autodesk’s Civil 3D Forums. Share your knowledge, ask questions, and explore popular AutoCAD Civil 3D topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

delete a point group

1 REPLY 1
Reply
Message 1 of 2
Anonymous
216 Views, 1 Reply

delete a point group

Hi All,
I have a test drawing which originally had points in it, but they have been
deleted.
I have a few groups in this drawing, all of which show a point number count
of 0.

I have tried to delete one of the groups with the right mouse button, delete
option but the group persists.

I ran a vba test on the group, attempting to use group.delete but I get a
debug error of "container not empty".

Does anyone know what I may have done to cause this?

The point group is not locked.

Thanks,

Jon
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Anonymous

I rectified the code to use groups.remove(index), which gave the same error,
but putting a "on error resume next" prior means it stills performs the
operation and does remove the point group. This seems odd: to get an error
but still succeed in the operation.
I would like very much to know why I could not delete this point group
within c3d.

Thanks again.

Jon
"Jon" wrote in message
news:5062118@discussion.autodesk.com...
Hi All,
I have a test drawing which originally had points in it, but they have been
deleted.
I have a few groups in this drawing, all of which show a point number count
of 0.

I have tried to delete one of the groups with the right mouse button, delete
option but the group persists.

I ran a vba test on the group, attempting to use group.delete but I get a
debug error of "container not empty".

Does anyone know what I may have done to cause this?

The point group is not locked.

Thanks,

Jon

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Rail Community


 

Autodesk Design & Make Report