Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

e8ee5482 808e 9c81 1df5 283864622035

haplokuon edited this page May 6, 2023 · 1 revision

Segments Property

netDxf 3.0.0 Library

Gets the list of line type segments.

Definition

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

Property Value

ObservableCollection(LinetypeSegment)

See Also

Reference

Linetype Class
netDxf.Tables Namespace

Clone this wiki locally