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 414
e8ee5482 808e 9c81 1df5 283864622035
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of line type segments.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ObservableCollection<LinetypeSegment> Segments { get; }
VB
Public ReadOnly Property Segments As ObservableCollection(Of LinetypeSegment)
Get
C++
public:
property ObservableCollection<LinetypeSegment^>^ Segments {
ObservableCollection<LinetypeSegment^>^ get ();
}
F#
member Segments : ObservableCollection<LinetypeSegment> with get