Return a snapshot collection of all the pins that are compatible with the given pin argument. Compatible pins may be linked to the given pin argument.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax
Parameters
- pin
- Type: Cognex.Vision.Implementation ToolPin
The pin to use when searching for compatible pins
Return Value
Type: ToolPinCollectionSnapshot collection of all pins that can be linked to or from the given pin argument
Remarks
Note: Adding or removing items from the returned collection has no impact, however, modifying the actual pins in the returned collection will modify the LinkManager
See Also