CogFindLine CaliperProjectionLength Property Cognex VisionPro
The length of each caliper region along the caliper projection direction. Specified in units of the selected space of the input image.

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

public double CaliperProjectionLength { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogFindLine Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The supplied value is less than or equal to 0.

Remarks

The length of each caliper region along the caliper projection direction. Specified in units of the selected space of the input image.

See Also