MLineToLwPolylines Method
|
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic List<LwPolyline> ToLwPolylines()
Public Function ToLwPolylines As List(Of LwPolyline)
public:
List<LwPolyline^>^ ToLwPolylines()
member ToLwPolylines : unit -> List<LwPolyline>
METHOD ToLwPolylines() AS List<LwPolyline>
Return Value
Type:
ListLwPolylineA list of lightweight polylines.
See Also