@ricardo.eira wrote:
Hello,
Is possible Clone a obj guid?
I need Ex:
Create a new obj, and get the guid id of another to this new one.
I know there can not be two pieces with the same id in the same drawing, so
I need to delete the old obj, I need do something like this:obj= rs.GetObject(“Select delete obj” ,8)
if obj:
obj2= rs.GetObject(“Select clone obj” ,8)
if obj2:
ID= obj[0]
rs.DeleteObject(obj)
set new guid id to obj2Any chance?
Posts: 1
Participants: 1