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