Create a Deep Copy of the provided CogGraphicCollection VisionPro object in the form of a GraphicCollection Vision object.
Currently this handles copying only CogCompositeShape and CogGraphicLabel.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.VisionInterop (in Cognex.VisionPro.VisionInterop.dll) Version: 91.0.0.0
Syntax
Parameters
- cogGraphicCollection
- Type: Cognex.VisionPro CogGraphicCollection
The VisionPro CogGraphicCollection to be copied from.
Return Value
Type: GraphicCollectionA Vision GraphicCollection that has the equivalent items.
Remarks
Providing an argument that is null will result in a return that is null as well. In other words, a null converts to a null.
See Also