Construct a deep copy of the supplied CogPlaneRange object.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Parameters
- other
- Type: Cognex.VisionPro CogPlaneRange
The CogPlaneRange object to be copied. May not be NULL.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If other is NULL. |
See Also