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

Namespace: Cognex.VisionPro.Trevista
Assembly: Cognex.VisionPro.Trevista (in Cognex.VisionPro.Trevista.dll) Version: 85.1.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