Returns true if pinA and pinB are compatible meaning pinA and pinB can be linked.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax
Parameters
- pinA (Optional)
- Type: Cognex.Vision.Implementation ToolPin
A pin to link
- pinB (Optional)
- Type: Cognex.Vision.Implementation ToolPin
Another pin to link
- throwIfFalse (Optional)
- Type: System Boolean
Throw a helpful exception if the two pins cannot be linked
Return Value
Type: Booleantrue if the two pins can be successfully linked
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | if:
|
See Also