plot_style_flag property

plot_style_flag property

Gets or sets a value the current plot style of the entity

Remarks

This property is always 0 for versions earlier than CadAcadVersion.AC1015.

Definition:

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

See Also