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