SetBulge method

Sets the bulge value for a given segment of a polyline or lightweight polyline.

Syntax

object.SetBulge(Index, Bulge)

Where:

     object is an IntelliCAD polyline or lightweight polyline object;

     Index is a Long integer variable (or value) specifying the polyline segment;

     Bulge is a double-precision variable (or value) representing the bulge factor.

Examples ...

GetBulge method example