Construct this Cog3DRange with the given start and end values.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- start
- Type: System Double
The start value of the range.
- end
- Type: System Double
The end value of the range.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If start > end. |
See Also