CogCaliperTool RunParams Property Cognex VisionPro
Parameters used to run the caliper.

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

public CogCaliper RunParams { get; set; }

Property Value

Type: CogCaliper
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

An CogCaliper containing the parameters used to run the caliper tool. These parameters are not used if you call the Execute(CogImage8Grey, CogRectangleAffine) function.

See Also