Returns a deep copy of the supplied object, modulated by the supplied serialization options.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax
Parameters
- obj
- Type: System Object
The object to copy.
- optionBits
- Type: Cognex.VisionPro CogSerializationOptionsConstants
The option bits specifying what should be copied.
Return Value
Type: ObjectA copy of the input object.
See Also