DXFReaderNETControlPlotPenWidth Property 
             | 
          
        
         
            Returns/sets the width (in drawing units) of the plotted lines or arcs. 
            
 
    Namespace: 
   DXFReaderNET
    Assembly:
   DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic float PlotPenWidth { get; set; }Public Property PlotPenWidth As Single
	Get
	Set
public:
property float PlotPenWidth {
	float get ();
	void set (float value);
}member PlotPenWidth : float32 with get, set
 PROPERTY PlotPenWidth AS REAL4 GET SET 
Property Value
Type: 
Single
Remarks
            Setting this property to a non zero value will plot every entity with solid line style.
            Default value: 0
            
See Also