Elapsed time in milliseconds for the specified time component.
Namespace: Cognex.VisionPro.CaliperAssembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 65.1.0.0
Syntax
Parameters
- caliperTime
- Type: Cognex.VisionPro.Caliper CogCaliperTimeConstants
A CogCaliperTimeConstants specifying which time component to return.
Return Value
Type: DoubleExceptions
| Exception | Condition |
|---|---|
| ArgumentException | caliperTime is not a member of CogCaliperTimeConstants. |
Remarks
The elapsed time in milliseconds required to complete the specified component.
See Also