.. highlightlang:: us .. index:: LBGetProps .. _lbgetprops: LBGetProps ============ .. us.tag LBGetProps GERMAN LBGet New5800 :ref:`LBGetProps` erfragt die Properties einer Text-Box. .. function:: o = LBGetGrops(hLB) .. us.return **Returnwert** *o* enthält Properties der Linie. **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 **Parameter** .. uparam:: hLB *hTB* ist die Zugriffsnummer (Handle) der mit :ref:`LBCreate` erzeugten Linie. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2016.0 - Neu. .. seealso:: :ref:`overview-text-objects`, :ref:`LBCreate`, :ref:`LBSetProps`, :ref:`ObjSetProps` :sub:`id-847981`