LBGetPropsΒΆ
LBGetProps gets the text box properties.
- o = LBGetProps(hLB)
Return Value
o
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 |
Parameters
- hLB
Identifies the line block.
History
Version |
Description |
|---|---|
R2016.0 |
New. |
See also
id-847981