Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Dimension Text Alignment with iLogic

will_roe
Enthusiast

Dimension Text Alignment with iLogic

will_roe
Enthusiast
Enthusiast

Hi,

 

I'm trying to change the document setting " Dimension Text Alignment" using iLogic but can't figure out how to do it since it's a drop down menu not a true/false like others. I would like to change it to "View Position and Maintain Centered".

 

ThisDoc.Document.DrawingSettings.DimensionTextAlignment = ViewPositionandMaintainCentered

 

will_roe_0-1625112665917.png

 

Cheers,

 

Will

 

0 Likes
Reply
Accepted solutions (1)
687 Views
1 Reply
Reply (1)

FINET_Laurent
Advisor
Advisor
Accepted solution

Hi, you can try :

 

ThisDoc.Document.DrawingSettings.DimensionTextAlignment = kMaintainCenteredTextAlignment

 

laurentfinetAF8M9_0-1625119758189.png


Regards,

 

FINET L.

 

If this post solved your question, please kindly mark it as "Solution"

If this post helped out in any way to solve your question, please drop a "Like"

@LinkedIn     @JohnCockerill

0 Likes