CogTrevistaTool Result Property Cognex VisionPro 9.20
Gets the Result from the last run of the tool.

Namespace: Cognex.VisionPro.Trevista
Assembly: Cognex.VisionPro.Trevista (in Cognex.VisionPro.Trevista.dll) Version: 80.0.0.0
Syntax

public CogTrevistaResult Result { get; }

Property Value

Type: CogTrevistaResult
The results from the last run of the tool. Default value is null.
Remarks

The returned Result will be null if the last call to Run  failed.
See Also