.. highlightlang:: us .. _objisedge: OBJIsEdge ========= .. index:: OBJIsEdge .. us.tag OBJIsEdge ENGLISH :ref:`OBJIsEdge` checks if the drawing object edge is visible. .. function:: bool = OBJIsEdge(hobj) .. us.return **Return Value** *bool* is TRUE (1), if the drawing object is drawn with an edge line 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:`OBJSetEdge` :sub:`id-1101541`