CogOCVMaxPattern GetCustomization Method Cognex VisionPro 9.8 SR1
Gets the customization string of the specified type.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.0.0.0
Syntax

public string GetCustomization(
	CogOCVMaxCustomizationTypeConstants type
)

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: String
The string that contains the customization information of the requested type.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxPattern object has already been disposed.
See Also