Click or drag to resize

HeaderVariablesPdSize Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Controls the size of the point figures, except for PDMODE values 0 (Dot) and 1 (Empty).

Namespace:  netDxf.Header
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public double PdSize { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks
Default value: 0.
A setting of 0 generates the point at 5 percent of the drawing area height.
A positive PDSIZE value specifies an absolute size for the point figures.
A negative value is interpreted as a percentage of the viewport size.
See Also