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