PolylineSegment.EndWidth Property |
Gets or sets the end width of the segment.
Namespace:
Gile.AutoCAD.R20.Geometry
Assembly:
GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.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