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
|
Supercharge your Proficy solution! Download a free trial of Operations Hub, CSense, and more.
Explore our Proficy 2024 releases! Get a quick overview of all of the new product releases in Proficy 2024.
|