How to get the alignment point coordinates after changing the justify property

How to get the alignment point coordinates after changing the justify property

Anonymous
Not applicable
649 Views
0 Replies
Message 1 of 1

How to get the alignment point coordinates after changing the justify property

Anonymous
Not applicable

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.

0 Likes
650 Views
0 Replies
Replies (0)