CogLicense IsDateWithinMaintenancePeriod Method (Boolean)Cognex VisionPro 9.24
Checks if the internal VisionPro release date is within VisionPro.Generic maintenance period.

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

[ObsoleteAttribute("This method is deprecated.", false)]
public static bool IsDateWithinMaintenancePeriod(
	bool throwOnInternalError
)

Parameters

throwOnInternalError
Type: System Boolean
This parameter is not used.

Return Value

Type: Boolean
True. Cognex dongles are no longer using Maintenance Period so this deprecated function will always return true.
See Also