Serializer DeepCopyObject Method Cognex VisionPro 9.21 SR1

Make a deep copy of the supplied object.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public static IObject DeepCopyObject(
	IObject obj
)

Parameters

obj
Type: IObject

Return Value

Type: IObject

A deep copy of the input object.

Exceptions

ExceptionCondition
SerializationExceptionAn error occurred during serialization.
See Also