CogStopwatch Seconds Property Cognex VisionPro 9.7
Returns the elapsed time in seconds.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public double Seconds { get; }

Property Value

Type: Double
Remarks

Returns this timer's elapsed time in seconds.

The granularity of the timer is specified by ResolutionInSeconds.

See Also