Message 1 of 3

Not applicable
08-15-2019
08:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to get the value of the tolerance on an existing dimension on my drawing.
I know how to set the tolerance using:
oDrawingDims.Tolerance.Set...
I also know how to see the current tolerance type:
If oDrawingDims.Tolerance.ToleranceType = 31233 Then...
But how do I read the value of the current tolerance? For example, if the value is currently set to Symmetric, +/- 0.005", or Deviation, +0.001" -0.003", or any of the other tolerance types, how can I get those values using iLogic?
Solved! Go to Solution.