Cog3DRange Constructor Cognex VisionPro 9.20
Construct this Cog3DRange with the given start and end values.

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

public Cog3DRange(
	double start,
	double end
)

Parameters

start
Type: System Double
The start value of the range.
end
Type: System Double
The end value of the range.
Exceptions

ExceptionCondition
ArgumentException If start > end.
See Also