LineMaxTool PropertiesCognex VisionPro 9.22 SR1

The LineMaxTool type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides ChangedEventShareableBase ChangedEventSuspended.)
Public propertyCurrentRecordEnable (Overrides LineMaxToolBase CurrentRecordEnable.)
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 LineMaxToolBase 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 (Overrides LineMaxToolBase LastRunRecordDiagEnable.)
Public propertyLastRunRecordEnable (Overrides LineMaxToolBase LastRunRecordEnable.)
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 (Overrides LineMaxToolBase Results.)
Public propertyRunParams
Get

Gets the settings used by 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.)
Top
See Also