The GraphicOptions parameter is a bitwise combination of CogCaliperResultGraphicConstants and specifies what to put in the Children collection of the returned CogCompositeShape. The TipText parameter is used to initialize the children's TipText.
Namespace: Cognex.VisionPro.CaliperAssembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 69.0.0.0
Syntax
Parameters
- graphicOptions
- Type: Cognex.VisionPro.Caliper CogCaliperResultGraphicConstants
The graphics to display.
Return Value
Type: CogCompositeShapeThe returned CogCompositeShape.
Remarks
A bitwise combination of CogCaliperResultGraphicConstants that specifies what to put in the Children collection of the returned CogCompositeShape. The TipText parameter is used to initialize the children's TipText.
See Also