Syntax |
Point.InUserView |
Description |
Boolean. To determine if the point is in the user's view.
Note: If the point is not in the user's view, a run time error will be generated if you try to set it. |
Example |
sub main() Dim MyPoint as new Point MyPoint.Id = "TEST_POINT" if MyPoint.InUserView = TRUE MyPoint.SetValue = 10 else MsgBox "Point not in user view, setpoint not allowed" end if end sub |
See also |
Point.SetPointPriv (property, read); Point.DownLoadPassword (property, read). |
CIMPLICITY Extensions to Basic |