Cog3DVisionDataRerenderResult Constructor (Cog3DVisionDataRerenderResult)Cognex VisionPro
Copy construct a Cog3DVisionDataRerenderResult object. This is a shallow copy.

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

public Cog3DVisionDataRerenderResult(
	Cog3DVisionDataRerenderResult Other
)
Exceptions

ExceptionCondition
ArgumentNullException If Other is null.
See Also