Enumeration of the possible states of a Link/DataBinding.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Valid | 1 | The connection is valid. | |
| Invalid | 2 | The connection is broken/invalid, usually because an exception occurred when evaluating the path to the source or destination. | |
| All | 4294967295 | Union of all possible states, currently just Valid or Invalid. |
See Also