CogSerializer DeepCopyObject Method (Object)Cognex VisionPro 9.5
Returns a deep copy of the supplied object.

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

public static Object DeepCopyObject(
	Object obj
)

Return Value

Type: Object
A copy of the input object.
See Also