CogFindLine CaliperRunParams Property Cognex VisionPro 9.7
Parameters used to run the calipers.

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

public CogCaliper CaliperRunParams { get; set; }

Property Value

Type: CogCaliper
Events

Event TypeReason
CogFindLine Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

A NULL CogCaliper was supplied.

Remarks

An CogCaliper that specifies the run-time parameters for the all of the calipers used to generate points for this tool.

Default Value: A default-constructed CogCaliper object.

See Also