Enumeration to specify the source of the text in the output graphic label.
Namespace: Cognex.VisionPro.DimensioningAssembly: Cognex.VisionPro.Dimensioning (in Cognex.VisionPro.Dimensioning.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| InputGraphicLabelText | 0 | Simply reproduce the Text field from the InputGraphicLabel. | |
| InputBoolean | 1 | Convert the InputBoolean property to a string. | |
| InputDouble | 2 | Convert the InputDouble property to a string. | |
| InputInteger | 3 | Convert the InputInteger property to a string. | |
| InputToolResultConstant | 4 | Convert the InputToolResultConstant property to a string. | |
| Formatted | 5 | Use InputGraphicLabel.Text as a formatting string. |
See Also