Cog3DAngleRange IsWithin Method Cognex VisionPro 9.5
Check whether a value is inside the angle range.

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

public bool IsWithin(
	double value
)

Parameters

value
Type: System Double
The value (in radians) for checking.

Return Value

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