The ToolPin type exposes the following members.
| Name | Description | |
|---|---|---|
| AddLink | Adds a link between this pin and pinToLink. | |
| CanLink | Determines if two pins can be linked. | |
| CheckTypeCompatibilty | Check two Vision types for compatibility. | |
| Equals | Compares the equality of this object with another. (Overrides TrackedItemBase Equals(Object).) | |
| GetContainerAsILinkManager | Get the container which contains the Tool which contains this ToolPin. | |
| GetHashCode | Returns the hash code of this object. (Overrides TrackedItemBase GetHashCode .) | |
| GetLinkablePins | Gets all the pins that may be linked with this pin. | |
| GetLinkedPins | Gets all the pins that are linked to/from this pin. | |
| GetLinkedPins(LinkStateConstants) | Gets all the pins that are linked to/from this pin that match the given linkState. | |
| GetToolOwner | Gets the Tool which contains this pin. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| IsInput | Gets whether the pin is an input. | |
| IsOutput | Gets whether the pin is an output. | |
| IsValidName | COGNEX INTERNAL USE ONLY. | |
| RemoveLink | ||
| RemoveLinks | Removes all links from this ToolPin to/from any other ToolPins. | |
| ResumeAndRaiseChangedEvent | Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent. | |
| SuspendChangedEvent | Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent. | |
| ToString | Returns a human readable string that represents the object. |