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
Cheers,
Will
Solved! Go to Solution.
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
Cheers,
Will
Solved! Go to Solution.
Solved by FINET_Laurent. Go to Solution.
Hi, you can try :
ThisDoc.Document.DrawingSettings.DimensionTextAlignment = kMaintainCenteredTextAlignment
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"Hi, you can try :
ThisDoc.Document.DrawingSettings.DimensionTextAlignment = kMaintainCenteredTextAlignment
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"Can't find what you're looking for? Ask the community or share your knowledge.