ConstantWidth Property

Specifies a global width for all segments in a polyline.

See Also | Example

Signature

object.ConstantWidth

object

LightweightPolyline, Polyline
The object or objects this property applies to.

ConstantWidth

Double; read-write
The global width for all segments in the object.

Remarks

This property sets the start and end widths for all segments in a polyline to a uniform value. This property will return a constant width only if all the segments are set to a uniform width.

Use the SetWidth and GetWidth methods to specify the width of an individual segment.

 

   Comments?