Returns licensed features that have not expired.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 93.1.0.0
Syntax
Parameters
- includeNonVisionProFeatures
- Type: System Boolean
If includeNonVisionProFeatures is set to true, the method will return all licensed features. Otherwise only VisionPro licensed features will be returned.
- throwOnInternalError
- Type: System Boolean
If throwOnInternalError is set to false, the method will return an empty collection if an internal error is encountered. if true, the method will throw CogSecurityViolationException with a message indicating the internal error encountered.
Return Value
Type: CogStringCollectionExceptions
| Exception | Condition |
|---|---|
| [T:Cognex::VisionPro::Exceptions::CogSecurityViolationException] | If the licensed features could not be read due to an internal error, and the throwOnInternalError is set to true. |
See Also