CogIntersectLineEllipseTool FieldsCognex VisionPro 9.7

The CogIntersectLineEllipseTool type exposes the following members.

Fields

  NameDescription
Protected fieldCurrentRecordEnable_
Gets or sets the flags specifying the records to include based on the tool's current state. The derived class exposes this as a strongly-typed enum property.
(Inherited from CogToolBase.)
Protected fieldLastRunLastRunRecordDiagEnable_
Gets or sets the flags specifying the records to create during the next invocation of the Run method.
(Inherited from CogToolBase.)
Protected fieldLastRunRecordDiagEnable_
Gets or sets the flags specifying the diagnostics records to include based on the tool's last-run state. The derived class exposes this as a strongly-typed enum property.
(Inherited from CogToolBase.)
Protected fieldLastRunRecordEnable_
Gets or sets the flags specifying the records to include based on the tool's last-run state. The derived class exposes this as a strongly-typed enum property.
(Inherited from CogToolBase.)
Protected fieldProcessingTimeAdjustment_
Gets or sets the amount to offset reported tool processing time.
(Inherited from CogToolBase.)
Public fieldStatic memberSfCurrentRecordEnable
This bit will be set in the EventArgs of a Changed event every time the value returned by CurrentRecordEnable may have changed.
Public fieldStatic memberSfEllipse
This bit will be set in the EventArgs of a Changed event every time the value returned by Ellipse may have changed.
Public fieldStatic memberSfInputImage
This bit will be set in the EventArgs of a Changed event every time the value returned by InputImage may have changed.
Public fieldStatic memberSfIntersects
This bit will be set in the EventArgs of a Changed event every time the value returned by Intersects may have changed.
Public fieldStatic memberSfLastRunRecordDiagEnable
This bit will be set in the EventArgs of a Changed event every time the value returned by LastRunRecordDiagEnable may have changed.
Public fieldStatic memberSfLastRunRecordEnable
This bit will be set in the EventArgs of a Changed event every time the value returned by LastRunRecordEnable may have changed.
Public fieldStatic memberSfLine
This bit will be set in the EventArgs of a Changed event every time the value returned by Line may have changed.
Public fieldStatic memberSfNumPoints
This bit will be set in the EventArgs of a Changed event every time the value returned by NumPoints may have changed.
Public fieldStatic memberSfX0
This bit will be set in the EventArgs of a Changed event every time the value returned by X0 may have changed.
Public fieldStatic memberSfX1
This bit will be set in the EventArgs of a Changed event every time the value returned by X1 may have changed.
Public fieldStatic memberSfY0
This bit will be set in the EventArgs of a Changed event every time the value returned by Y0 may have changed.
Public fieldStatic memberSfY1
This bit will be set in the EventArgs of a Changed event every time the value returned by Y1 may have changed.
Top
See Also