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
InsertPoint Method ExampleThe 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
|
Check out the new features in the latest version of iFIX. See our free trials to add value to iFIX & Proficy.
|
![]() |