.. highlightlang:: us .. _rbsetmillimeter: RBSetMillimeter =============== .. index:: RBSetMillimeter .. us.tag RBSetMillimeter NOTREADYENGLISH :ref:`RBSetMillimeter` displays a millimeter grid in the rect object. The gridlines are drawn with the edge pen. .. function:: bool = RBSetMillimeter(hRB, bShow) .. us.return **Return Value** *bool* is TRUE (1) if the function was successful and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: hRB *hRB* is the handle of an object created by the :ref:`RBCreate` function. .. uparam:: bShow If *bShow* is TRUE (1) the rectangle is filled with a millimeter grid. .. seealso:: :ref:`RBCreate`, :ref:`RBSetMillimeterEx` :sub:`id-1240445`