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