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