CogDataAnalysisResult PropertiesCognex VisionPro 9.8 SR1

The CogDataAnalysisResult type exposes the following members.

Properties

  NameDescription
Public propertyCurrentValue
Returns the CurrentValue used to generate the ToleranceStatus if it is not invalid.
Public propertyCurrentValueIsInvalid
Returns TRUE if the ToleranceStatus was cogDataAnalysisToleranceStatusInvalidValue.
Public propertyPass
Returns TRUE if the ToleranceStatus passed.
Public propertyRejectHigh
Returns TRUE if the ToleranceStatus rejected high.
Public propertyRejectLow
Returns TRUE if the ToleranceStatus rejected low.
Public propertyToleranceStatus
Returns the result of the individual limits applied to the CurrentValue if value was not invalid. If the status is cogDataAnalysisToleranceStatusInvalidValue, this implies the CurrentValue was invalid prior to the generation of this result.
Public propertyWarnHigh
Returns TRUE if the ToleranceStatus warned high.
Public propertyWarnLow
Returns TRUE if the ToleranceStatus warned low.
Top
See Also