ToolPin MethodsCognex VisionPro 9.22

The ToolPin type exposes the following members.

Methods

  NameDescription
Public methodAddLink

Adds a link between this pin and pinToLink.

Public methodCanLink

Determines if two pins can be linked.

Public methodStatic memberCheckTypeCompatibilty

Check two Vision types for compatibility.

Public methodEquals
Compares the equality of this object with another.
(Overrides TrackedItemBase Equals(Object).)
Public methodGetContainerAsILinkManager

Get the container which contains the Tool which contains this ToolPin.

Public methodGetHashCode
Returns the hash code of this object.
(Overrides TrackedItemBase GetHashCode .)
Public methodGetLinkablePins

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

Public methodGetLinkedPins 

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

Public methodGetLinkedPins(LinkStateConstants)

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

Public methodGetToolOwner

Gets the Tool which contains this pin.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta

Get the TypeMeta that describes the type of this object.

(Overrides ShareableBase GetTypeMeta .)
Public methodIsInput

Gets whether the pin is an input.

Public methodIsOutput

Gets whether the pin is an output.

Public methodStatic memberIsValidName

COGNEX INTERNAL USE ONLY.

Public methodRemoveLink

Removes any links from this ToolPin to/from the ToolPin provided as an argument.

Public methodRemoveLinks

Removes all links from this ToolPin to/from any other ToolPins.

Public methodResumeAndRaiseChangedEvent

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.

(Overrides ChangedEventShareableBase ResumeAndRaiseChangedEvent .)
Public methodSuspendChangedEvent

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.

(Overrides ChangedEventShareableBase SuspendChangedEvent .)
Public methodToString

Returns a human readable string that represents the object.

(Overrides Object ToString .)
Top
See Also