ToolPin PropertiesCognex VisionPro 9.22

The ToolPin type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides ChangedEventShareableBase ChangedEventSuspended.)
Public propertyHandle (Overrides TrackedItemBase Handle.)
Public propertyID

Gets the ID of the tracked item.

(Overrides TrackedItemBase ID.)
Public propertyMode

Gets/sets whether the ToolPin has dedicated storage for its value or fetches its value from the given Path of the Tool.

Public propertyName
Get

Gets the name of the pin.

(Overrides TrackedItemBase Name.)
Public propertyParent

Return a reference to the containing tracking collection. May be null.

(Overrides TrackedItemBase Parent.)
Public propertyPath
Get

Gets/sets the string path to the property of the Tool which this pin exposes.

Public propertyPinType

Gets the type of the ToolPin's value, used when determining compatibility of two pins for linking.

Public propertyValue
Get

Gets/sets the actual value that this ToolPin exposes.

Top
See Also