Point.Get (method)

Syntax

Point.Get

Description

To get the current value of the point from the CIMPLICITY Point Manager and store it in the object. You may inspect the value through the Value and RawValue properties.

Example

Sub Main()

   Dim MyPoint as new Point

   MyPoint.Id ="\\PROJECT1\POINT1"

   MyPoint.Get

   MsgBox "The value is " & MyPoint.Value

End Sub

See also

Point.Value (method), Point.OnChange (method), Point.OnTimed (method).

More information

CIMPLICITY Extensions to Basic