abstractGeometryImageUid property
Get the UID of the image for the abstract geometry.
Returns
- The UID of the image
Throws
- An exception if it fails.
Implementation
int get abstractGeometryImageUid {
final OperationResult resultString = objectMethod(
_pointerId,
'TurnDetails',
'getAbstractGeometryImageUid',
);
return resultString['result'];
}