Get_Y - ObjectVision/GeoDMS GitHub Wiki

Geometric functions Get_Y

syntax

  • Get_Y(point data item)

definition

Get_Y(point data item) results in a data item with the Y coordinates of the argument point data item.

applies to

data item point data item with a Point value type

example

attribute<float32> Point_Y (ADomain) := Get_Y(pointXY);
pointXY Point_Y
xy(115135; 401331) 401331
xy(111803; 399476) 399476
xy(114903; 399289) 399289
xy(111353; 401729) 401729
xy(111741; 398696) 398696

ADomain, nr of rows = 5

see also

⚠️ **GitHub.com Fallback** ⚠️