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 407
5840245d 33bb 294f 8798 0ebd5387b563
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of LinetypeSegmentChangeEventArgs
.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public LinetypeSegmentChangeEventArgs(
LinetypeSegment item
)
VB
Public Sub New (
item As LinetypeSegment
)
C++
public:
LinetypeSegmentChangeEventArgs(
LinetypeSegment^ item
)
F#
new :
item : LinetypeSegment -> LinetypeSegmentChangeEventArgs
- LinetypeSegment
- The item that is being added or removed from the line type segment list.
LinetypeSegmentChangeEventArgs Class
netDxf.Tables Namespace