gerain04 Posted March 16, 2010 Posted March 16, 2010 Guys! im a newbies here... How to get Dimension points in VBA? In Lisp, it is available (assoc 13 & 14 ) but in VBA.. i dont know how... please help guys. thanks Quote
MSasu Posted March 16, 2010 Posted March 16, 2010 Those are stored as properties for each dimension object; for example a linear dimension will have: MyDimension.ExtLine1Point MyDimension.ExtLine2Point Regards, Quote
gerain04 Posted March 16, 2010 Author Posted March 16, 2010 sir msasu appreciate the reply... I have research in VBA Library For AcadDimAligned: MyDimension.ExtLine1Point MyDimension.ExtLine2Point For AcadDimRotated: MyDimension.ExtLine1Point MyDimension.ExtLine2Point Is there a way to find that point... thanks again. Quote
MSasu Posted March 16, 2010 Posted March 16, 2010 Seems that insertion points for rotated dimensions aren't listed - see link below for some workarounds: http://forums.augi.com/archive/index.php/t-35912.html Regards, Quote
gerain04 Posted March 16, 2010 Author Posted March 16, 2010 It seems no answer to my question...ammmm. In relation to my question, have you hear "AcDbAlignedDimension" (in lisp) is there an equivalent to VBA class or property? thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.