.. highlightlang:: us .. index:: LBGetProps .. _lbgetprops: LBGetProps ============ .. us.tag LBGetProps ENGLISH LBGet New5800 :ref:`LBGetProps` gets the text box properties. .. function:: o = LBGetProps(hLB) .. us.return **Return Value** *o* **line** .. list-table:: :header-rows: 1 * - Name - Type - Default Value - Comment * - type - string - line - * - name - string - - Object name * - @atts_x1y1_x2y2 - - - * - diagram-coordinates - bool - 0 - * - @atts_pen - - - * - start-arrow - bool - 0 - * - end-arrow - bool - 0 - * - arrow-lenght - double - 5 - * - arrow-width - double - 2.5 - * - flags - @flags - - **atts_x1y1_x2y2** .. list-table:: :header-rows: 1 * - Name - Type - Default Value - Comment * - x1 - double - 1.0 - x1 position in cm * - y1 - double - -1.0 - y1 position in cm * - x2 - double - 2.0 - x2 position in cm * - y2 - double - -2.0 - y2 position in cm **atts_pen** .. list-table:: :header-rows: 1 * - Name - Type - Default Value - Comment * - stroke-type - int - 0 - * - stroke-width - int - 1 - * - stroke-color - @color - black - .. us.params **Parameters** .. uparam:: hLB Identifies the line block. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2016.0 - New. .. seealso:: :ref:`overview-text-objects`, :ref:`LBCreate`, :ref:`LBSetProps`, :ref:`ObjSetProps` :sub:`id-847981`