Gets the Result from the last run of the tool.
Namespace: Cognex.VisionPro.TrevistaAssembly: Cognex.VisionPro.Trevista (in Cognex.VisionPro.Trevista.dll) Version: 83.0.0.0
public CogTrevistaResult Result { get; }public CogTrevistaResult Result { get; }Public ReadOnly Property Result As CogTrevistaResult
Get
Public ReadOnly Property Result As CogTrevistaResult
Get
public:
property CogTrevistaResult^ Result {
CogTrevistaResult^ get ();
}public:
property CogTrevistaResult^ Result {
CogTrevistaResult^ get ();
}Property Value
Type:
CogTrevistaResult The results from the last run of the tool.
Default value is null.
The returned Result will be null if the last call to
Run
failed.