.. highlightlang:: us .. index:: OBJSetUsePosWC .. _objsetuseposwc: OBJSetUsePosWC ============== .. us.tag OBJSetUsePosWC ENGLISH draw-set :ref:`OBJSetUsePosWC` sets if the position of a drawing object is specified in diagram coordinates (World Coordinates) or centimeter coordinates. .. function:: bool = OBJSetUsePosWC(hobj, bWC) .. us.return **Return Value** *bool* is TRUE (1), if the function was successful, and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: hobj *hobj* identifies a line, text, rectangle or ellipse object. .. uparam:: bWC *bWC* is TRUE (1) if the position of the drawing object is specified in diagram coordinates. *bWC* is FALSE (0) if the position of the drawing object is specified in centimeter coordinates. .. seealso:: :ref:`overview-drawing-objects`, :ref:`OBJIsUsePosWC`, :ref:`OBJSetPosWC` :sub:`id-756842`