CogStopwatch Milliseconds Property Cognex VisionPro
Returns the elapsed time in milliseconds.

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

public double Milliseconds { get; }

Property Value

Type: Double
Remarks

Returns this timer's elapsed time in milliseconds.

The granularity of the timer is specified by ResolutionInSeconds.

See Also