.. highlightlang:: us .. _objisshadow: OBJIsShadow =========== .. index:: OBJIsShadow .. us.tag OBJIsShadow NOTREADYENGLISH :ref:`OBJIsShadow` checks if the drawing object is drawn with a shadow. .. function:: bool = OBJIsShadow(hobj) .. us.return **Return Value** *bool* is TRUE (1), if the drawing object is drawn with a shadow 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:`OBJSetShadow` :sub:`id-485884`