CogIDTool Results Property Cognex VisionPro 9.23
Gets the results from the last call to the Run method. A new instance of CogIDResults is created for each run of the tool.

Namespace: Cognex.VisionPro.ID
Assembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 91.0.0.0
Syntax

public CogIDResults Results { get; }

Property Value

Type: CogIDResults
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfResult
See Also