ToolPin GetLinkablePins Method Cognex VisionPro 9.20

Gets all the pins that may be linked with this pin.

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

public ToolPinCollection GetLinkablePins()

Return Value

Type: ToolPinCollection

A Collection of pins that can be linked to this ToolPin

Remarks

To be linkable two pins must:

  • Be within the same ToolBlock scope determined by their owner
  • Have compatible directionality (one pin must be a valid link source and the other must be a valid link destination)
  • Be of compatible types (Image to Image, double to double, etc...)

See Also