weight_pt property

weight_pt property

Gets or sets the weight of the line in unit of points.

Definition:

@property
def weight_pt(self):
    ...
@weight_pt.setter
def weight_pt(self, value):
    ...

See Also