The ILinkManager type exposes the following members.
| Name | Description | |
|---|---|---|
| AddLink | Adds a link between pinA and pinB to the LinkManager. | |
| CanLink | Returns true if pinA and pinB are compatible meaning pinA and pinB can be linked. | |
| GetLinkablePins | 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. | |
| GetLinkedPins | Returns a snapshot collection of all the pins linked to or from the pin argument. | |
| RemoveAllLinks | Remove all links owned by this LinkManager. | |
| RemoveLink | Remove a link between pinA and pinB from the LinkManager. | |
| RemoveLinks(ITool) | Remove all links between the pins of the given tool arguments and all other pins. | |
| RemoveLinks(ToolPin) | Remove all links between the given pin and all other pins. |