Click or drag to resize

LwPolylineExplode Method

Decompose the actual light weight polyline in its internal entities, lines and arcs.

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 and arcs that made up the polyline.
See Also