imageUid property
Get the unique ID of the image.
Returns
- The image unique ID
Throws
- An exception if it fails.
Implementation
int get imageUid {
final OperationResult resultString = objectMethod(
_pointerId,
'Landmark',
'getImageUid',
);
return resultString['result'];
}