Create a Deep Copy of the provided CogGraphicLabel VisionPro object in the form of a GraphicLabel Vision object.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.VisionInterop (in Cognex.VisionPro.VisionInterop.dll) Version: 91.0.0.0
Syntax
Parameters
- label
- Type: Cognex.VisionPro CogGraphicLabel
The VisionPro CogGraphicLabel to be copied from.
Return Value
Type: GraphicLabelA Vision GraphicLabel that is equivalent to the provided VisionPro CogGraphicLabel.
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