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()
Public Function ToLwPolyline As LwPolyline
public:
LwPolyline^ ToLwPolyline()
member ToLwPolyline : unit -> LwPolyline
METHOD ToLwPolyline() AS LwPolyline
Return Value
Type:
LwPolylineA new instance of
light weight polyline that represents the polyline.
See Also