InsertPoint Method Example

The following example inserts the point 55,75 at an index of 3 for the Polyline object Polyline1.

Dim iPoint As FixFloatPoint

Set iPoint = New FixFloatPoint

iPoint.x = 55

iPoint.y = 75

PolyLine1.InsertPoint 3, iPoint