Message 1 of 5
Retrieve dimension very slow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
i'm using the code:
oSheet.DrawingDimensions.GeneralDimensions.Retrieve(oView, oObjColl)
to retrieve dimensions in a drawing. The problem is it's taking a long time to run this part of code (and i run it several times).
The code is being used in an assembly and it has lots of occurrences made from multi-solid body components. I believe it's these that are causing the delay.
Is there a way to get round this?
thanks,
John