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.ImplementationAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
public double ProcessingTime { get; }public double ProcessingTime { get; }Public ReadOnly Property ProcessingTime As Double
Get
Public ReadOnly Property ProcessingTime As Double
Get
public:
virtual property double ProcessingTime {
double get () sealed;
}public:
virtual property double ProcessingTime {
double get () sealed;
}Property Value
Type:
DoubleImplements
IRunStatus ProcessingTime