AddLightWeightPolyline method

Creates a lightweight polyline and adds it to the drawing.

Syntax

objectVariable = object.AddLightWeightPolyline(Vertices)

Where:

     object is one of the ModelSpace or PaperSpace collection objects or a Block object;

     Vertices are a series of Point objects specifying coordinate locations for each polyline vertex.

Examples ...

AddLightWeightPolyline method example