Message 1 of 4

Not applicable
06-17-2013
08:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I know how to get the anchor points from a dimension, but I can't seem to access them once I get them? I have just this simple code:
For Each oPartDim In oSketch.DimensionConstraints If oPartDim.Parameter.Name = "Angle" Then Debug.Print oPartDim.AnchorPoints End If Next oPartDim
I've tried .item(0) .item(1), but I keep erroring out and I haven't seen anything else on these, I was hoping someone could show me how?
Thanks
Solved! Go to Solution.