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

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

public CogSearchMaxZoneAngle(
	CogSearchMaxZoneAngle other
)

Parameters

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

ExceptionCondition
ArgumentNullException Thrown if other is NULL.
See Also