GlobalWidth Property (IPolyLine) Send Feedback
See Also 
Gets the width of the entire length of the 2D PolyLine.

Syntax

Visual Basic 
Property GlobalWidth As System.Double
C# 
System.double GlobalWidth {get; set;}
JavaScript 
get_GlobalWidth () : Number
put_GlobalWidth (
   NewVal : Number
)
COM native C++ 
HRESULT get_GlobalWidth(
   DOUBLE* Val
) 
HRESULT put_GlobalWidth( 
   DOUBLE NewVal
C++ 
DSRESULT get_GlobalWidth (
   double* Val
)
DSRESULT put_GlobalWidth(
   double NewVal
)

Property Value

Width of the entire length of the 2D PolyLine

Remarks

To set different start and end widths, use IPolyLine::SetSegmentEndWidth and IPolyLineSetSegmentStartWidth.

See Also

Availability

DraftSight V1R1.1