ILinkManager GetLinkablePins Method Cognex VisionPro 9.21

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.

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

ToolPinCollection GetLinkablePins(
	ToolPin pin
)

Return Value

Type: ToolPinCollection

Snapshot 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