ToolPin GetLinkedPins Method (LinkStateConstants)Cognex VisionPro 9.22

Gets all the pins that are linked to/from this pin that match the given linkState.

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

public ToolPinCollection GetLinkedPins(
	LinkStateConstants linkState
)

Parameters

linkState
Type: Cognex.Vision LinkStateConstants
Filter to only return links which match the given linkState(s)

Return Value

Type: ToolPinCollection

Collection of linked pins that match the linkState

See Also