CogCaliperTool Results Property Cognex VisionPro
Results from the last invocation of Run.

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

public CogCaliperResults Results { get; }

Property Value

Type: CogCaliperResults
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

A CogCaliperResults object containing the results of the last run of the tool. This property contains the results of the last call to Run , not the last call to ICogCaliper.Execute.

See Also