Message 1 of 1
How to get the alignment point coordinates after changing the justify property
Not applicable
09-03-2019
12:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using C# to develop addins for AUTOCAD2012.
On the AUTOCAD 2012 GUI interface, I change the dbText Justify to BASE CENTER manually, then I found that the alignment point was calculated automatically which can be seen on the interface.
I want to achieve this in C#. However I found that all the text was located at the origin which is the default alignment point for all the text. So I think "dbText.Justify = AttachmentPoint.BaseCenter; " did not update the alignment point automatically.
So who can tell me how to get the alignment point coordinate after changing the justify property.