Serializer DeepCopyObject Method Cognex VisionPro 9.25 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.25.1.0
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