LinkStateConstants EnumerationCognex VisionPro 9.25 SR1

Enumeration of the possible states of a Link/DataBinding.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.0
Syntax

[FlagsAttribute]
public enum LinkStateConstants
Members

  Member nameValueDescription
Valid1

The connection is valid.

Invalid2

The connection is broken/invalid, usually because an exception occurred when evaluating the path to the source or destination.

All4294967295

Union of all possible states, currently just Valid or Invalid.

See Also