CogStatistics NominalValue Property Cognex VisionPro 9.5
Returns/sets the nominal or expected value of the current value. This value is not used to produce the tolerance result, but is merely provided as a reference for the expected value.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public double NominalValue { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogStatistics Changed

Fires when the value of this property changes.

The following state flag may be affected:

    Remarks

    The nominal or expected value of the current value. This value is not used to produce the tolerance result, but is merely provided as a reference for the expected value.

    Default Value: 0.0

    See Also