ILinkManager InterfaceCognex VisionPro 9.21 SR1

This interface is implemented by tool containers.

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

public interface ILinkManager : IObject

The ILinkManager type exposes the following members.

Methods

  NameDescription
Public methodAddLink

Adds a link between pinA and pinB to the LinkManager.

Public methodCanLink

Returns true if pinA and pinB are compatible meaning pinA and pinB can be linked.

Public methodGetLinkablePins

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.

Public methodGetLinkedPins

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

Public methodRemoveAllLinks

Remove all links owned by this LinkManager.

Public methodRemoveLink

Remove a link between pinA and pinB from the LinkManager.

Public methodRemoveLinks(ITool)

Remove all links between the pins of the given tool arguments and all other pins.

Public methodRemoveLinks(ToolPin)

Remove all links between the given pin and all other pins.

Top
See Also