AddPoint Method Example
The following example adds a point to the Polygon object Polygon1.
Dim iPoint as FixFloatPoint
Set iPoint = New FixFloatPoint
iPoint.x = 50.5
iPoint.y = 60.1
Polygon1.AddPoint iPoint
AddPoint Method ExampleThe following example adds a point to the Polygon object Polygon1. Dim iPoint as FixFloatPoint Set iPoint = New FixFloatPoint iPoint.x = 50.5 iPoint.y = 60.1 Polygon1.AddPoint 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.
|