PolylineLinetypeGeneration Property
|
Enable or disable if the line type pattern is generated continuously around the vertexes of the polyline.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool LinetypeGeneration { get; set; }
Public Property LinetypeGeneration As Boolean
Get
Set
public:
property bool LinetypeGeneration {
bool get ();
void set (bool value);
}
member LinetypeGeneration : bool with get, set
PROPERTY LinetypeGeneration AS LOGIC GET SET
Property Value
Type:
BooleanSee Also