Point.HasEuConv (property, read)

Syntax

Point.HasEuConv

Description

Boolean. To determine if the point has Engineering Units conversion configured.

Example

sub main()

   Dim MyPoint as new Point

   MyPoint.Id ="DEVICE_POINT_1"

   if MyPoint.HasEuConv then

      MsgBox "Has Eu Conversion"

   else

      MsgBox "No Eu Conversion"

   end if

end sub

See also

Point.SetRawArray (method); Point.SetArray (method); Point.GetArray (method); Point.GetRawArray (method); Point.Value (property, read/write); Point.RawValue (property, read/write).

More information

CIMPLICITY Extensions to Basic