weight property

weight property

Gets or sets the WeightType of the line.

Definition:

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

See Also