ClassesClassesClassesClasses | | | | Operators

get_line_widthget_line_widthGetLineWidthget_line_widthGetLineWidthGetLineWidth (Operator)

Name

get_line_widthget_line_widthGetLineWidthget_line_widthGetLineWidthGetLineWidth — Get the current line width for contour display.

Signature

get_line_width( : : WindowHandle : Width)

Herror get_line_width(const Hlong WindowHandle, Hlong* Width)

Herror T_get_line_width(const Htuple WindowHandle, Htuple* Width)

Herror get_line_width(const HTuple& WindowHandle, Hlong* Width)

Hlong HWindow::GetLineWidth() const

void GetLineWidth(const HTuple& WindowHandle, HTuple* Width)

Hlong HWindow::GetLineWidth() const

void HOperatorSetX.GetLineWidth(
[in] VARIANT WindowHandle, [out] VARIANT* Width)

Hlong HWindowX.GetLineWidth()

static void HOperatorSet.GetLineWidth(HTuple windowHandle, out HTuple width)

int HWindow.GetLineWidth()

Description

get_line_widthget_line_widthGetLineWidthget_line_widthGetLineWidthGetLineWidth returns the line width for region display in the window. It is used by operators like disp_regiondisp_regionDispRegiondisp_regionDispRegionDispRegion, disp_linedisp_lineDispLinedisp_lineDispLineDispLine, disp_polygondisp_polygonDispPolygondisp_polygonDispPolygonDispPolygon, etc. WidthWidthWidthWidthWidthwidth is set with the operator set_line_widthset_line_widthSetLineWidthset_line_widthSetLineWidthSetLineWidth. WidthWidthWidthWidthWidthwidth is only important for displaying the contour of objects.

Parallelization

Parameters

WindowHandleWindowHandleWindowHandleWindowHandleWindowHandlewindowHandle (input_control)  window HWindow, HTupleHTupleHTupleHWindowX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Window_id.

WidthWidthWidthWidthWidthwidth (output_control)  integer HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)

Current line width for contour display.

Result

get_line_widthget_line_widthGetLineWidthget_line_widthGetLineWidthGetLineWidth returns 2 (H_MSG_TRUE) if the window is valid. Otherwise an exception is raised.

Possible Successors

set_line_widthset_line_widthSetLineWidthset_line_widthSetLineWidthSetLineWidth, set_line_styleset_line_styleSetLineStyleset_line_styleSetLineStyleSetLineStyle, disp_regiondisp_regionDispRegiondisp_regionDispRegionDispRegion

See also

set_line_widthset_line_widthSetLineWidthset_line_widthSetLineWidthSetLineWidth, disp_regiondisp_regionDispRegiondisp_regionDispRegionDispRegion

Module

Foundation


ClassesClassesClassesClasses | | | | Operators