PointRow
Geometric functions PointRow

syntax
- PointRow(point data item)
definition
PointRow(point data item) results in a Data item with the row numbers of the point data item Point data item.
Be aware, the result is depending on the XY order.
applies to
data item point data item with a Point Value type
example
attribute<float32> PointRowXY (ADomain) := PointRow(pointXY);
| pointXY | PointRowXY |
|---|---|
| {401331, 115135} | 401331 |
| {399476, 111803} | 399476 |
| {399289, 114903} | 399289 |
| {401729, 111353} | 401729 |
| {398696, 111741} | 398696 |
ADomain, nr of rows = 5