LBGetProps¶
LBGetProps erfragt die Properties einer Text-Box.
- o = LBGetGrops(hLB)
Returnwert
o enthält Properties der Linie.
line
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
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
Name |
Type |
Default Value |
Comment |
---|---|---|---|
stroke-type |
int |
0 |
|
stroke-width |
int |
1 |
|
stroke-color |
@color |
black |
Parameter
- hLB
hTB ist die Zugriffsnummer (Handle) der mit LBCreate erzeugten Linie.
History
Version |
Description |
---|---|
R2016.0 |
Neu. |
Siehe auch
id-847981