Hi guys, could someone tell me if it is possible to automate and how it would be the code for linking the views of a drawing to a new CATPart?
I have tried with this code but it does not work for me. I'm not sure if that property is read-only or I'm writing something wrong.
For j = 3 To odrawingviews.Count
Set odrawingviews.Item(j).GenerativeBehavior.Document.Parent.FullName = oPartDocument.FullName
Next j
Thank you in advance for any tip
I have tried with this code but it does not work for me. I'm not sure if that property is read-only or I'm writing something wrong.
For j = 3 To odrawingviews.Count
Set odrawingviews.Item(j).GenerativeBehavior.Document.Parent.FullName = oPartDocument.FullName
Next j
Thank you in advance for any tip