ObjectNodeY() function - MapBasic - 2023

MapInfo MapBasic Reference

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapBasic
Version
2023
Language
English
Product name
MapBasic
Title
MapInfo MapBasic Reference
First publish date
1985
Last updated
2023-09-12
Published on
2023-09-12T16:32:32.686312

Purpose

Returns the y-coordinate of a specific node in a region or polyline object. You can call this function from the MapBasic window in MapInfo Pro.

Syntax

ObjectNodeY( object, polygon_num, node_num )

object is an Object expression.

polygon_num is a positive integer value indicating which polygon or section to query. It is ignored for Multipoint objects (it used for regions and polylines).

node_num is a positive integer value indicating which node to read.

Return Value

Float

Description

The ObjectNodeY() function returns the y-value of a specific node from a region or polyline object. See ObjectNodeX() function for more information.