.. highlightlang:: us .. _objisuseposwc: OBJIsUsePosWC ============= .. index:: OBJIsUsePosWC .. us.tag OBJIsUsePosWC ENGLISH :ref:`OBJIsUsePosWC` checks if the position of a drawing object is specified in diagram coordinates or centimeter coordinates. .. function:: bWC = OBJIsUsePosWC(hobj) .. us.return **Return Value** *bWC* ist TRUE (1), if the position is specified in diagram coordinates and FALSE (0) if the position is specified in centimeter coordinates. .. us.params **Parameters** .. uparam:: hobj *hobj* identifies a line, text, rectangle or ellipse object. .. seealso:: :ref:`overview-drawing-objects`, :ref:`OBJSetUsePosWC` :sub:`id-910955`