.. highlightlang:: us .. index:: RBSetMillimeterEx .. _rbsetmillimeterex: RBSetMillimeterEx ================= .. us.tag RBSetMillimeterEx ENGLISH New420 :ref:`RBSetMillimeterEx` displays a millimeter grid in the rectangle object. The gridlines are drawn with the edge pen. .. function:: bool = RBSetMillimeterEx(hRB, bShow, bShowMillimeterlines, rsWidth_mm, rsHeight_mm) .. 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. .. uparam:: bShowMillimeterlines If *bShowMillimeterlines* is TRUE (1), the millimeter lines are plotted. .. uparam:: rsWidth_mm Sets the horizontal distance in millimeters of the main lines. .. uparam:: rsHeight_mm Sets the vertical distance in millimeters of the main lines. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 4.2.0 - New .. seealso:: :ref:`RBCreate`, :ref:`RBSetMillimeter` :sub:`id-298320`