CogSearchMaxZoneScale Constructor (CogSearchMaxZoneScale)Cognex VisionPro 9.8
Construct a deep copy of the supplied CogSearchMaxZoneScale object.

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 75.1.0.0
Syntax

public CogSearchMaxZoneScale(
	CogSearchMaxZoneScale other
)

Parameters

other
Type: Cognex.VisionPro.SearchMax CogSearchMaxZoneScale
The CogSearchMaxZoneAngle object to be copied. May not be NULL.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if other is NULL.
See Also