zone property
Retrieves the zone of the point.
Returns
- The zone of the point as an integer.
Implementation
int get zone {
final OperationResult resultString = objectMethod(
_pointerId,
'Projection_UTM',
'getZone',
);
return resultString['result'];
}