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

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

public Cog3DVect3Collection(
	Cog3DVect3Collection other
)

Parameters

other
Type: Cognex.VisionPro3D Cog3DVect3Collection
The Cog3DVect3Collection object to be copied. May not be null.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also