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
201d3194 5279 65ae bdec 2a91ddbd1c96
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the item that is being added or removed from the line type segment list.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public LinetypeSegment Item { get; }
VB
Public ReadOnly Property Item As LinetypeSegment
Get
C++
public:
property LinetypeSegment^ Item {
LinetypeSegment^ get ();
}
F#
member Item : LinetypeSegment with get
LinetypeSegmentChangeEventArgs Class
netDxf.Tables Namespace