DxfDocumentXLines Property
|
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic 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:
ListXLine
See Also