ICogSyncBoolean InterfaceCognex VisionPro 9.8 SR1
Interface that defines a single, read-only boolean, and an event that fires whenever the boolean value is toggled from true to false, or from false to true.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax

public interface ICogSyncBoolean

The ICogSyncBoolean type exposes the following members.

Properties

  NameDescription
Public propertyValue
Gets the value of the boolean.
Top
Events

  NameDescription
Public eventToggled
Event that is raised after the boolean value is toggled.
Top
Remarks

Clients can use the Toggled event to immediately synchronize their state with changes to the boolean.
See Also