Returns the start and end width for a polyline or lightweight polyline.
Syntax
object.GetWidth(Index, StartWidth, EndWidth)
Where:
object is an IntelliCAD polyline or lightweight polyline object;
Index is a Long integer variable (or value) specifying the polyline segment.
StartWidth and EndWidth are double-precision variables representing the starting width and ending width, respectively, of the polyline.
Examples ...