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