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.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 83.0.0.0 (83.0.0.0)
Syntax
The ICogSyncBoolean type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Value |
Gets the value of the boolean.
|
Events
| Name | Description | |
|---|---|---|
| Toggled |
Event that is raised after the boolean value is toggled.
|
Remarks
See Also