CogToolBlock Clone Method Cognex VisionPro 9.7
CogToolBlock does not support Clone(). It's not well defined if Clone should return a deep or shallow copy. Please use DeepCopyObject(Object) to create a copy of a CogToolBlock.

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

protected override Object Clone()

Return Value

Type: Object
Exceptions

ExceptionCondition
NotSupportedException
See Also