ICogAcqProfileCamera LinkDetectionZones Property Cognex VisionPro
When true, the base of Zone 2 is linked to the top of Zone 1, such that changes to Zone 1 will automatically make a corresponding adjustment to Zone 2. This is useful when adjusting the distance between the camera and the object being imaged, as both zones can adjusted by changing only the Zone 1 base. Note that as the LinkDetectionZones setting is turned on and off, the value of zDetectionBase2 will automatically toggle between an absolute and relative value.

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

bool LinkDetectionZones { get; set; }

Property Value

Type: Boolean
Applies to the area of the sensor used for laser detection.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The following state flag may be affected: SfLinkDetectionZones
See Also