Click or drag to resize

PolylineExplode Method

Decompose the actual polyline in a list of lines.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<EntityObject> Explode()

Return Value

Type: ListEntityObject
A list of lines that made up the polyline.
See Also