Gets the customization string of the specified type.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 85.1.0.0
Syntax
Parameters
- type
- Type: Cognex.VisionPro.OCVMax CogOCVMaxCustomizationTypeConstants
A CogOCVMaxCustomizationTypeConstants that specifies the desired type of customization string. Options include KeySearch, ImageSearch, and OCVMaxTool
Return Value
Type: StringThe string that contains the customization information of the requested type.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | If this CogOCVMaxPattern object has already been disposed. |
See Also