Get_X
Geometric functions Get_X

syntax
- Get_X(point data item)
definition
Get_X(point data item) results in a Data item with the X coordinates of the Argument point data item.
applies to
data item point data item with a Point Value type
example
attribute<float32> Point_X (ADomain) := Get_X(pointXY);
| pointXY | Point_X |
|---|---|
| xy(115135; 401331) | 115135 |
| xy(111803; 399476) | 111803 |
| xy(114903; 399289) | 114903 |
| xy(111353; 401729) | 111353 |
| xy(111741; 398696) | 111741 |
ADomain, nr of rows = 5