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
RemarksPoints 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