ToolBase PropertiesCognex VisionPro 9.22 SR1

The ToolBase type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Inherited from ChangedEventShareableBase.)
Public propertyEnabled
Get

Whether the tool is enabled to run. If false, calling the tool's Run function will not actually run the tool and will cause no change in the tool's state.

Public propertyFailOnInvalidDataBinding
Get

Whether the tool's Run method is to fail if executed while one or more DataBindings (aka Links) are Invalid.

Public propertyHandle (Overrides TrackedItemBase Handle.)
Public propertyID

Gets the ID of the tracked item.

(Inherited from TrackedItemBase.)
Public propertyInputs

A collection of named Input Pin values.

Public propertyName
Get

Get the name of the tracked item.

(Inherited from TrackedItemBase.)
Public propertyOutputs

A collection of named Output Pin values.

Public propertyParent
Get

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

(Inherited from TrackedItemBase.)
Public propertyRunStatus

Gets general information about the last call to the tool's Run method. Note that serious errors that occur within the tool's Run method may only be detected by examining the RunStatus after calling Run. It is the user's responsibility to examine the tool's RunStatus after calling Run.

Top
See Also