Syntax
CimEMPointEvent.UserFlags
Description
Long. Returns the value of the 16-bit user defined flags for the point that triggered the event.
Example
Sub Main()
Dim p as new CimEMPointEvent
Set p = CimGetEmEvent().PointEvent()
X = p.UserFlags
End Sub
More information
CIMPLICITY Extensions to Basic