Click or drag to resize

IMcGraphObjPoly2AddPoints Method

Add a list of points to a polyline.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Sub AddPoints ( 
	Points As Object
)

Parameters

Points
Type: SystemObject
A variant containing an array of points.

Implements

IMcGraphObjPolyAddPoints(Object)
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). Degenerate points are not added.
See Also