CadEntityBase.PlotStyleFlag

CadEntityBase.PlotStyleFlag property

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

public byte PlotStyleFlag { get; set; }

Property Value

0 - ByLayer, 1 - ByBlock, 3 - Set based on PLACEHOLDER object

Remarks

This property is always 0 for versions earlier than AC1015.

See Also