- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello again,
I previously had gotten a peice of code which worked very well for a long time, but Im starting to run into problems with it.
I've created a script that gets the biggest values of all the dimensions on a page for a list of overall dimensions, but sometimes I will attach the biggest dimension to sketch lines that are attached to the model, however upon calling this:
For Each oDim As DrawingDimension In oSheet.DrawingDimensions Dim DimValue = Round(oDim.ModelValue, 3) * 10
It wont return the value of any dimensions that arent explicitly attached to a model for obvious reasons (ModelValue). Is there a way to retreieve value of the dimension, regardless of if its attached to a model or not?
EDIT:
NEVERMIND IM DUMB, Was something else wrong with my 700 line code that I didnt think to check first. It is getting the dimension value.
Thanks.
Solved! Go to Solution.