CogSerializableCollectionBase Clone Method Cognex VisionPro 9.25 SR1
Creates a deep copy of the object. Must be overridden in derived classes.

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

protected abstract Object Clone()

Return Value

Type: Object
A deep copy of the cloned instance.
See Also