Click or drag to resize

LinetypeSegments Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the list of line type segments.

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public ObservableCollection<LinetypeSegment> Segments { get; }
Request Example View Source

Property Value

Type: ObservableCollectionLinetypeSegment
See Also