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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.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