CogAcqProfileCamera LinkDetectionZones Property Cognex VisionPro 9.7
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.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public virtual bool LinkDetectionZones { get; set; }

Property Value

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

Implements

ICogAcqProfileCamera LinkDetectionZones
Events

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