Returns the total time in milliseconds taken by the tool's Run function. This includes 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.0.0
public double TotalTime { get; }public double TotalTime { get; }Public ReadOnly Property TotalTime As Double
Get
Public ReadOnly Property TotalTime As Double
Get
public:
virtual property double TotalTime {
double get () sealed;
}public:
virtual property double TotalTime {
double get () sealed;
}Property Value
Type:
DoubleImplements
IRunStatus TotalTime