CogImageCollectionMCamerasNPoses Constructor (CogImageCollectionMCamerasNPoses)Cognex VisionPro 9.5
Copy constructs a CogImageCollectionMCamerasNPoses object. This is a shallow copy for the images.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
Syntax

public CogImageCollectionMCamerasNPoses(
	CogImageCollectionMCamerasNPoses other
)

Parameters

other
Type: Cognex.VisionPro CogImageCollectionMCamerasNPoses
The CogImageCollectionMCamerasNPoses object to be copied.
Exceptions

ExceptionCondition
ArgumentNullException If other is null.
See Also