LineMaxToolBase PropertiesCognex VisionPro 9.21

The LineMaxToolBase type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Inherited from ChangedEventShareableBase.)
Public propertyCurrentRecordEnable
Get

Gets the record options used by CreateCurrentRecord.

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.

(Inherited from ToolBase.)
Public propertyFailOnInvalidDataBinding
Get

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

(Inherited from ToolBase.)
Public propertyHandle (Overrides ToolBase Handle.)
Public propertyID

Gets the ID of the tracked item.

(Inherited from TrackedItemBase.)
Public propertyInputs

A collection of named Input Pin values.

(Inherited from ToolBase.)
Public propertyLastRunRecordDiagEnable
Get

Gets the record diagnostic options used by CreateLastRunRecord.

Public propertyLastRunRecordEnable
Get

Gets the record options used by CreateLastRunRecord.

Public propertyName
Get

Get the name of the tracked item.

(Inherited from TrackedItemBase.)
Public propertyOutputs

A collection of named Output Pin values.

(Inherited from ToolBase.)
Public propertyParent
Get

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

(Inherited from TrackedItemBase.)
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.

(Inherited from ToolBase.)
Top
See Also