CogCaliperResults GetTime Method Cognex VisionPro
Elapsed time in milliseconds for the specified time component.

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

public double GetTime(
	CogCaliperTimeConstants caliperTime
)

Return Value

Type: Double
Exceptions

ExceptionCondition
ArgumentException

caliperTime is not a member of CogCaliperTimeConstants.

Remarks

The elapsed time in milliseconds required to complete the specified component.

See Also