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