y property
double
get
y
Retrieves the vertical axis of the point.
Returns
- The y coordinate of the point as a double.
Implementation
double get y {
final OperationResult resultString = objectMethod(
_pointerId,
'Projection_LAM',
'getY',
);
return resultString['result'];
}