Description

Add a list of points to a polyline.

Return Type

None  

Syntax

object.AddPoints Points

The AddPoints Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McGraphObjPoly.
PointsRequired. A Variant value.

A variant containing an array of points.

Remarks

Points must be a variant containing a safearray or record(s) of the proper type and size. Allowed types are LONGPOINT, or long, SINGLEPOINT, or float (AKA Single in VB), and DOUBLEPOINT, or double (one XXXPOINT per point or two long/float/double per point).