Creates multiple lines passing through an array of points.
RetVal = object.AddMLine(VertexList)
Object: ModelSpace Collection, PaperSpace Collection, Block
The object or objects this method applies to.
VertexList:Variant (array of doubles); input-only
An array of the 3D WCS coordinates specifying the vertices for the multiline.
RetVal:MLine object
The newly created MLine object.
For example:
Sub Example_AddMLine()
' This example adds an Mline in model space
Dim mLineObj As AcadMLine
Dim vertexList(0 To 17) As Double