DimensionStyleExtLineColor Property
|
Assigns colors to extension lines, center marks, and centerlines.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AciColor ExtLineColor { get; set; }
Public Property ExtLineColor As AciColor
Get
Set
public:
property AciColor^ ExtLineColor {
AciColor^ get ();
void set (AciColor^ value);
}
member ExtLineColor : AciColor with get, set
PROPERTY ExtLineColor AS AciColor GET SET
Property Value
Type:
AciColorRemarks
Default: ByBlock
Only indexed AciColors are supported.
See Also