ClassifyTool PropertiesCognex VisionPro 9.20

The ClassifyTool type exposes the following members.

Properties

  NameDescription
Public propertyAutoGrabCount
Get

Gets the value of the AutoGrabCount. This value controls how many images can be auto grabbed in the ViDiELClassify Edit Control.

Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides ChangedEventShareableBase ChangedEventSuspended.)
Public propertyCurrentRecordEnable
Get

Enable creation of records by bitwise ORing the appropriate CurrentRecordConstants.

Public propertyEnabled

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.

(Overrides ToolBase Enabled.)
Public propertyFailOnInvalidDataBinding

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

(Overrides ToolBase FailOnInvalidDataBinding.)
Public propertyHandle (Overrides ToolBase Handle.)
Public propertyID

Gets the ID of the tracked item.

(Overrides TrackedItemBase ID.)
Public propertyInputImage
Get

Gets input image that will be used at run time.

Public propertyInputs

A collection of named Input Pin values.

(Overrides ToolBase Inputs.)
Public propertyLastRunRecordDiagEnable
Get

Enable creation of diagnostic subrecords by bitwise ORing the appropriate ClassifyLastRunRecordDiagConstants.

Public propertyLastRunRecordEnable
Get

Enable creation of records by bitwise ORing the appropriate ClassifyLastRunRecordConstants.

Public propertyName

Get the name of the tracked item.

(Overrides TrackedItemBase Name.)
Public propertyOutputs

A collection of named Output Pin values.

(Overrides ToolBase Outputs.)
Public propertyParent

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

(Overrides TrackedItemBase Parent.)
Public propertyPattern
Get

Gets the pattern for this Classify tool.

Public propertyResult

Gets the result.

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.

(Overrides ToolBase RunStatus.)
Top
See Also