DxfDocumentLwPolylines Property
|
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<LwPolyline> LwPolylines { get; }
Public ReadOnly Property LwPolylines As List(Of LwPolyline)
Get
public:
property List<LwPolyline^>^ LwPolylines {
List<LwPolyline^>^ get ();
}
member LwPolylines : List<LwPolyline> with get
PROPERTY LwPolylines AS List<LwPolyline> GET
Property Value
Type:
ListLwPolylineSee Also