Cog3DRangeImageCrossSectionTolerance Max Property Cognex VisionPro 9.8
Gets or sets the maximum value to use for tolerance.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
Syntax

public double Max { get; set; }

Property Value

Type: Double
Default value is 0.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

  • SfMax
  • SfMin
Remarks

If Min is less than Max, then Min value will be changed to be equal to Max.
See Also