Sets the dimensions of two detection zones simulataneoulsy.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Parameters
- base
- Type: System Double
The bottom of the first zone in mm above the z=0 reference point for the camera. This argument is ignored if ZDetectionEnable is false.
- height
- Type: System Double
The top of the first zone in mm relative to base. This argument is ignored if ZDetectionEnable is false.
- base2
- Type: System Double
The bottom of the second zone in mm above either the top of the first zone (if both LinkDetectionZones and the first zone are enabled) or the z=0 reference point otherwise. This argument is ignored if ZDetectionEnable2 is false.
- height2
- Type: System Double
The top of the second zone in mm relative to base2. This argument is ignored if ZDetectionEnable2 is false.
Implements
ICogAcqProfileCamera Set2ZDetectionZones(Double, Double, Double, Double)See Also