CogSerializableCollectionBase Constructor (CogSerializableCollectionBase)Cognex VisionPro 9.7
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: 73.0.0.0 (73.0.0.0)
Syntax

protected CogSerializableCollectionBase(
	CogSerializableCollectionBase other
)

Parameters

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

ExceptionCondition
ArgumentNullException If other is null.
See Also