Cog3DRange IsWithin Method Cognex VisionPro
Check whether a value is inside the range.

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

public bool IsWithin(
	double value
)

Return Value

Type: Boolean
True if value is inside the range; false otherwise.
See Also