RBGetPropsΒΆ

RBGetProps gets the rect box properties.

o = RBGetProps(hRB)

Return Value

o

rect

Name

Type

Default Value

Comment

type

string

rect

name

string

Object name

@atts_xy_width_height

@atts_pen

flags

@flags

@atts_background

millimeter-lines

bool

0

atts_xy_width_height

Name

Type

Default Value

Comment

x

double

1.0

x position in cm or diagram coordinates

y

double

-1.0

width

double

1.0

height

double

1.0

atts_pen

Name

Type

Default Value

Comment

stroke-type

int

0

stroke-width

int

1

stroke-color

@color

black

atts_background

Name

Type

Default Value

Comment

bkmode

@bkmode

transparent

opaque:0 transparent:1

gradient

bool

0

gradient-colors

@color

white grey

fill-color

@color

black

Parameters

hRB

Identifies the rect.

History

Version

Description

R2016.0

New.

id-846861