Return the product key associated with the product name.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Startup.Net (in Cognex.Vision.Startup.Net.dll) Version: 9.25.1.0
Syntax
Parameters
- name
- Type: System String
is a string which matches a product name.
Return Value
Type: Startup ProductKeyThe ProductKey for the name.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown if the code is not recognized. |
See Also