.. highlightlang:: us .. _objsetroundrect: OBJSetRoundRect =============== .. index:: OBJSetRoundRect .. us.tag OBJSetRoundRect ENGLISH draw-set Shows or hides the rounded corners of rectangular drawing objects. .. function:: bool = OBJSetRoundRect(hobj, bool) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hobj *hobj* identifies a line, text, rectangle, ellipse or layer (diagram) object. .. uparam:: bool *bool* .. seealso:: :ref:`overview-drawing-objects`, :ref:`OBJIsRoundRect` :sub:`id-2008588`