line_scale property

line_scale property

Gets or sets the linetype scale factor of the entity.

Definition:

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

See Also