SmartLineTool PropertiesCognex VisionPro 9.22

The SmartLineTool type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides ChangedEventShareableBase ChangedEventSuspended.)
Public propertyCurrentRecordEnable
Get

Gets the record options used by CreateCurrentRecord.

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 the image to be inspected.

Public propertyInputImageMask
Get

Gets the pixel mask of the input image.

Public propertyInputImageMaskOffsetX
Get

Gets the x-offset of the pixel mask.

Public propertyInputImageMaskOffsetY
Get

Gets the y-offset of the pixel mask.

Public propertyInputs

A collection of named Input Pin values.

(Overrides ToolBase Inputs.)
Public propertyLastRunRecordDiagEnable
Get

Gets the record diagnostic options used by CreateLastRunRecord.

Public propertyLastRunRecordEnable
Get

Gets the record options used by CreateLastRunRecord.

Public propertyLineMaxOperator
Get

Gets the LineMax operator used by Run.

Public propertyLineSelectorOperator
Get

Gets the Line Selector operator used by Run.

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 propertyRegion
Get

Gets the inspection region of the input image.

Public propertyResults

Gets the collection of results generated by the most recent call to Run.

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.)
Public propertySegmentOperator
Get

Gets the Segmenter operator used by Run.

Public propertySelectedTrainingData
Get

Gets the currently selected SmartLineTrainData from the Database.

Public propertyVerificationResults

Returns the SmartLineVerificationResults that correspond to each SmartLineTrainData in the SmartLineSegmentOperator's TrainDataDatabase.

Top
See Also