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

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

public Cog3DRange(
	double start,
	double end
)
Exceptions

ExceptionCondition
ArgumentException If start > end.
See Also