Align CenterMark to Edge

Align CenterMark to Edge

Anonymous
Not applicable
446 Views
1 Reply
Message 1 of 2

Align CenterMark to Edge

Anonymous
Not applicable

Hi All,

 

I'd like to align center marks to an edge using the 2012 API in a DrawingDocument, but I can't find the right property?

The RMB > Edit > Align to Edge option is not to my standards, so I'd like to make something better.

 

Regards,

Hans Rosbergen

0 Likes
447 Views
1 Reply
Reply (1)
Message 2 of 2

xiaodong_liang
Autodesk Support
Autodesk Support

Hi,

 

I did not see a property with the object CenterMark. At least, however, it may be helpful to execute the command. Assume a center mark is picked:

 

 ThisApplication.CommandManager.ControlDefinitions("DrawingCenterMarkAlignToEdgeCtxCmd").Execute

0 Likes