PolylineSegmentEndPoint Property |
Gets or sets the end point of the segment.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Point2d EndPoint { get; set; }
Public Property EndPoint As Point2d
Get
Set
public:
property Point2d EndPoint {
Point2d get ();
void set (Point2d value);
}
member EndPoint : Point2d with get, set
Property Value
Type:
Point2d
See Also