Macro Language Reference > Macros > Graphic > tglstyle
  
tglstyle
Description
Changes the line style of newly created graphics. Any currently selected graphic objects can also be updated to the new setting.
 
This macro is an alias of the tgls macro implemented in v9.1; both being present for purposes of backward compatibility with earlier PTC ALD versions.
Syntax
tglstyle line style:n? ( update:n? )
tglstyle
[no parameter]
Invoke the Set Line Style dialog box.
line style
The name of an existing line style, created via the tlctrl macro.
update
0
Do not update currently selected objects to the new setting
1
Update currently selected objects to the new setting
Additional Information
Additional graphic line options allow the application of rules based on user-defined line styles and patterns. For further information about user defined line styles, please refer to the macros tlctrl, tlpctrl and tlsctrl.