- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Please see the attachment. My goal is create a DBText object just like the the left one, but this one is copied from another drawing, My own DBtext is the right one which was created by C# code.
Everyone should be able to find subtle differences, yes, The AlignmentPoint property of the left DBText is placed in the middle, and the base point is placed in the lower left corner
In contrast, the basis points and the AlignmentPoint of the right DBText are coincident.
How to control AlignmentPoint Property of a DBText Object? I just want to creat a Dbtext just like the left one.
I have tried to directly modify AlignmentPoint property, use the the follow code:
objText.AlignmentPoint = new Point3d(0.83333333333, 1.25, 0);
But AutoCAD will be throw a Exception that message is eNotApplicable, and the AlignmentPoint won't change as my want.
Filled with hope for your help.
thanks..
Solved! Go to Solution.