HeaderVariablesPLineGen Property
|
Governs the generation of line type patterns around the vertexes of a 2D polyline.
Namespace:
DXFReaderNET.Header
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public short PLineGen { get; set; }
Public Property PLineGen As Short
Get
Set
public:
property short PLineGen {
short get ();
void set (short value);
}
member PLineGen : int16 with get, set
PROPERTY PLineGen AS SHORT GET SET
Property Value
Type:
Int16Remarks
Default value: 0.
1 = Line type is generated in a continuous pattern around vertexes of the polyline.
0 = Each segment of the polyline starts and ends with a dash.
See Also