CogLicense CheckForExpiredVisionProLicenses Method Cognex VisionPro 9.7
Checks if all VisionPro bits have expired.

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

public static bool CheckForExpiredVisionProLicenses()

Return Value

Type: Boolean
True if all licensed VisionPro features have expired, otherwise false.
Exceptions

ExceptionCondition
CogSecurityViolationExceptionIf an error was encountered when attempting to read the dongle. The exception message will hold the internal error that was encountered if one is available.
See Also