ILinkManager GetLinkedPins Method Cognex VisionPro 9.22

Returns a snapshot collection of all the pins linked to or from the pin argument.

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

ToolPinCollection GetLinkedPins(
	ToolPin pin,
	LinkStateConstants linkState
)

Return Value

Type: ToolPinCollection

Snapshot 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