Specifies what transition(s) cause the LowToHigh and/or HighToLow event(s) to fire. Check the TriggerModeSupported property to see which mode(s) are supported.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 91.0.0.0
Syntax
Property Value
Type: CogInputLineTriggerModeConstantsEvents
| Event Type | Reason |
|---|---|
| CogInputLine Changed | Fires when the property value changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | value is not in CogInputLineTriggerModeConstants. |
Remarks
Specifies what transitions cause the LowToHigh or HighToLow events to fire. Use GetTriggerModeSupported(CogInputLineTriggerModeConstants) to determine which transitions can be detected.
See Also