Click or drag to resize

PolylineToLwPolyline Method

Converts the polyline in a light weight polyline.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public LwPolyline ToLwPolyline()

Return Value

Type: LwPolyline
A new instance of light weight polyline that represents the polyline.
See Also