Click or drag to resize

MLineToLwPolylines Method

Converts the multiline to a list of lightweight polylines with the same geometry.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public List<LwPolyline> ToLwPolylines()

Return Value

Type: ListLwPolyline
A list of lightweight polylines.
See Also