CogPlaneRange Constructor (Double, CogImagePlaneConstants)Cognex VisionPro 9.7
Constructs and initializes a CogPlaneRange object based on a nominal value and the specified plane. Default Tolerance = +/-10, default Softness = 0. Tolerance and Softness values might be changed if the original range defined is out of range limits.

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

public CogPlaneRange(
	double nominalValue,
	CogImagePlaneConstants planeValue
)
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf <paramref name="nominalValue"/> is > 0 or < 255.
See Also