IRunStatus ProcessingTime Property Cognex VisionPro 9.22

Returns the time in milliseconds taken to perform the tool's processing when its Run function was called. This excludes the time taken by event handlers connected to the tool.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

double ProcessingTime { get; }

Property Value

Type: Double
See Also