Constructs a new instance of the CogCollectionBase class initially
containing items cloned from the supplied instance.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax
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
| Exception | Condition |
|---|---|
| ArgumentNullException | If other is null. |
See Also