Macro Language Reference > Macros > Graphic > tglend
  
tglend
Description
Changes the line end 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 tglec macro; both being present for purposes of backward compatibility.
Syntax
tglend end style:n? ( update:n? )
tglend
[no parameter]
Invoke the Set Line End Style dialog box.
end style
0
Rounded
1
Flat
2
Square cap
update
0
Do not update currently selected objects to the new setting
1
Update currently selected objects to the new setting
Additional Information
On PostScript output devices the line end is always the same as the line start and any tglend / tglec setting is overridden by that made via tglstart / tglsc.