Checks if the internal VisionPro release date is within VisionPro.Generic maintenance period.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax
Parameters
- throwOnInternalError
- Type: System Boolean
If throwOnInternalError is set to false, the method willreturn false if an internal error is encountered. if true, the method will throw CogSecurityViolationExceptionwith a message indicating the internal error encountered.
Return Value
Type: BooleanTrue if internal VisionPro release date is within the maintenance period. otherwise it is false.
Exceptions
| Exception | Condition |
|---|---|
| CogSecurityViolationException | If the security bits was not found or has expired. The message may also hold the internal error encounteredwhen reading the dongle. |
See Also