PC-DMIS 2019 R1 Object Library
Autotrigger Object
See Also  Members  Send Topic Feedback | See Object Hierarchy Chart
PCDLRN ActiveX DLL : Autotrigger Object

Glossary Item Box

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

Copyright © 2019. Hexagon Manufacturing Intelligence – Metrology Software, Inc. All Rights Reserved.