CogToolGroup Clone Method Cognex VisionPro 9.5
Creates a deep copy of the tool group.

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

protected override Object Clone()

Return Value

Type: Object
A deep copy of the cloned tool group.
Remarks

Cognex recommends using DeepCopyObject(Object) instead of this method.
See Also