Point.EuLabel (property, read)

Syntax Point.EuLabel
Description String. To retrieve the Engineering Units Label for a point.
Example
a$ = MyPoint.EuLabel
or
if MyPoint.EuLabel = "Litres" then
   ...
end if