.. highlightlang:: us .. _objgetrefpointwc: OBJGetRefPointWC ================ .. index:: OBJGetRefPointWC .. us.tag OBJGetRefPointWC ENGLISH draw-get :ref:`OBJGetRefPointWC` returns the reference point of a drawing object for the diagram coordinates (World Coordinates) .. function:: nRefPointWC = OBJGetRefPointWC(hObj) .. us.return **Return Value** *nRefPointWC* is an OR combination of two of the following values: .. list-table:: :header-rows: 1 * - Value - Meaning * - LEFT - Left corner. * - CENTER - Center between left and right corner. * - RIGHT - Right corner. .. list-table:: :header-rows: 1 * - Value - Meaning * - TOP - Top corner. * - MIDDLE - Center between top and bottom corner. * - BOTTOM - Bottom corner. .. us.params **Parameters** .. uparam:: hobj *hobj* identifies a line, text, rectangle or ellipse object. .. seealso:: :ref:`overview-drawing-objects`, :ref:`OBJSetPosWC`, :ref:`OBJSetRefPointWC` :sub:`id-305199`