get_line_width🔗
Short description🔗
get_line_width — Get the current line width for contour display.
Signature🔗
get_line_width( window WindowHandle, out real Width )
Description🔗
get_line_width returns the line width for region display
in the window. It is used by operators like
disp_region, disp_line,
disp_polygon, etc. Width is set with the
operator set_line_width. Width is only
important for displaying the contour of objects.
Execution information🔗
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parameters🔗
WindowHandle (input_control) window → (handle)
Window handle.
Width (output_control) real → (real)
Current line width for contour display.
Result🔗
get_line_width returns 2 (H_MSG_TRUE) if the window is valid.
Otherwise an exception is raised.
Combinations with other operators🔗
Module🔗
Foundation