05-04-2017
06:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-04-2017
06:42 AM
De-attach or Un-Attach all dims in drawing Ilogic?
I need help detaching all dimensions from all views. It's easier for me to move those dims to the correct views when switching out the model reference than having those dims deleted and start again.
What i am trying to accomplish:
doc = ThisDoc.Document
'iterate each dimension
Dim oEachDim As DrawingDimension
For Each oEachDim In doc.ActiveSheet.DrawingDimensions
If oEachDim.Attached Then
oEachDim.Attached = False
EndIf
Next
doc.Update
I am aware i made up a few commands, if anyone can help me understand this, or even offer a other suggestion i am open ears.
Thanks!

..........................................................................................................................
Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.
..........................................................................................................................
See My LinkedIn Profile