.. highlightlang:: us .. _objisroundrect: OBJIsRoundRect ============== .. index:: OBJIsRoundRect .. us.tag OBJIsRoundRect ENGLISH :ref:`OBJIsRoundRect` checks if a given drawing object has round corners. .. function:: bool = OBJIsRoundRect(hobj) .. us.return **Return Value** *bool* is TRUE (1), if the drawing object is drawn with round corners otherwise FALSE (0). .. us.params **Parameters** .. uparam:: hobj *hobj* identifies a line, text, rectangle, ellipse or layer (diagram) object. .. seealso:: :ref:`overview-drawing-objects`, :ref:`OBJSetRoundRect`, :ref:`OBJSetRadius` :sub:`id-451335`