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

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

public CogPlaneRange(
	CogPlaneRange other
)

Parameters

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

ExceptionCondition
ArgumentNullExceptionIf other is NULL.
See Also