uid property
Get the unique identifier for this overlay dataset.
Returns
- The OverlayInfo UID as an integer.
Implementation
int get uid {
final OperationResult resultString = objectMethod(
pointerId,
'OverlayInfo',
'uid',
);
return resultString['result'];
}