Returns a snapshot collection of all the pins linked to or from the pin argument.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
Parameters
- pin
- Type: Cognex.Vision.Implementation ToolPin
The pin to use when searching for links
- linkState
- Type: Cognex.Vision LinkStateConstants
Only return pins with links that match the linkState flags
Return Value
Type: ToolPinCollectionSnapshot collection of all pins currently linked to or from the 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