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