CogCollectionBase Constructor (CogCollectionBase)Cognex VisionPro 9.24
Constructs a new instance of the CogCollectionBase class initially containing items cloned from the supplied instance.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

protected CogCollectionBase(
	CogCollectionBase other
)

Parameters

other
Type: Cognex.VisionPro.Implementation CogCollectionBase
Collection whose items are cloned and added to the new collection. If the item does not support the ICloned interface, the item will be added.
Exceptions

ExceptionCondition
ArgumentNullException If other is null.
See Also