HeaderVariablesPdSize Property
|
Controls the size of the point figures, except for PDMODE values 0 (Dot) and 1 (Empty).
Namespace:
DXFReaderNET.Header
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double PdSize { get; set; }
Public Property PdSize As Double
Get
Set
public:
property double PdSize {
double get ();
void set (double value);
}
member PdSize : float with get, set
PROPERTY PdSize AS REAL8 GET SET
Property Value
Type:
DoubleRemarks
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