CogAcqProfileCamera Set2ZDetectionZones Method Cognex VisionPro
Sets the dimensions of two detection zones simulataneoulsy.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public virtual void Set2ZDetectionZones(
	double base,
	double height,
	double base2,
	double height2
)

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