Autotrigger Object
Description
The Autotrigger object automatically takes hits when the probe enters a specified zone.
Example
Copy Code | |
---|---|
Dim AutoTrigger As PCDLRN.AutoTrigger If(AutoTrigger.autotriggeron = True) Then MsgBox "Autotrigger is enabled." End If If(AutoTrigger.beepingon = True) Then MsgBox "Autotrigger Beeping is enabled." End If Dim radius as Double Set radius = AutoTrigger.Radius MsgBox "The Autotrigger radius is: " & radius |
See Also