|
Description
|
Returns/sets the width (in twips) of the plotted lines or arcs.
|
Syntax Visual Basic
|
[form.]DXFReader.PlotPenWidth[ = Value%]
|
|
Visual C++
|
short DXFReader.GetPlotPenWidth(); void DXFReader.SetPlotPenWidth(short nNewValue);
|
|
Delphi
|
property PlotPenWidth: Smallint;
|
|
C#
|
short DXFReader.PlotPenWidth;
|
|
Remarks
|
The figures below show how this property affects plotting.
 |  | | PlotPenWidth = 1 | PlotPenWidth = 3 |
Setting this property to a non zero value will plot every entity with solid line style.
|
|
Data Type
|
Integer
|
|
Default Value
|
1
|