%HI_SetLineTerminator function


Function
The function sets the form of lines and sublines termination in polyline.
Declaration
%HI_SetLineTerminator(
   INT in refId,
   BOOL in _bStart,
   BOOL in _bSublines,
   INT in _type
 )

Parameters
refId Reference to displayer (reference variable).
bStart
  • @TRUE - basepoint
  • @FALSE - terminal point
bSublines
  • @TRUE - sublines
type Number as it is defined in graphics editor:
  • 0 - none
  • 1 - arrow
  • 2 - sharp arrow
  • 3 - thick arrow
  • 4 - ring
  • 5 - square

Napíšte komentár