This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
a5119819 8bc0 337d b147 ee6eef78ff6d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the LinetypeSimpleSegment
class.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public LinetypeSimpleSegment(
double length
)
VB
Public Sub New (
length As Double
)
C++
public:
LinetypeSimpleSegment(
double length
)
F#
new :
length : float -> LinetypeSimpleSegment
- Double
- Dash or space length of the segment.
LinetypeSimpleSegment Class
LinetypeSimpleSegment Overload
netDxf.Tables Namespace