Hi there!
according to the documentation I should be able to set the ‘DrawForward’ property of an annotiation style using the code below. However currently it only returns the current value.
cheers,
Tim
import scriptcontext as sc
dimStyle = sc.doc.DimStyles.Find('TNM_ELEMENT_TAGS', True)
if dimStyle:
dimStyle.DrawForward = False
print dimStyle.DrawForward
1 post - 1 participant