ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV, WEBDEV and WINDEV Mobile 2024 feature!
Help / WLanguage / Managing databases / HFSQL / 
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Adds a new point to a 2D linestring.
Reminder: A 2D polygon is a set of 2D linestrings.
Example
MyLine is Linestring2D
// Add points to linestring
MyLine.AddPoint(32, 22)
MyLine.AddPoint(134, 12)
Syntax
<Linestring>.AddPoint(<X> , <Y>)
<Linestring>: Linestring2D variable
Name of the Linestring2D variable to which to add the points.
<X>: Real
X-coordinate of the point.
<Y>: Real
Y-coordinate of the point.
Business / UI classification: Business Logic
Component: wd290hf.dll
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/29/2024

Send a report | Local help