CogCreateGraphicLabelSourceSelectorConstants EnumerationCognex VisionPro 9.5
Enumeration to specify the source of the text in the output graphic label.

Namespace: Cognex.VisionPro.Dimensioning
Assembly: Cognex.VisionPro.Dimensioning (in Cognex.VisionPro.Dimensioning.dll) Version: 69.0.0.0
Syntax

public enum CogCreateGraphicLabelSourceSelectorConstants
Members

  Member nameValueDescription
InputGraphicLabelText0Simply reproduce the Text field from the InputGraphicLabel.
InputBoolean1Convert the InputBoolean property to a string.
InputDouble2Convert the InputDouble property to a string.
InputInteger3Convert the InputInteger property to a string.
InputToolResultConstant4Convert the InputToolResultConstant property to a string.
Formatted5Use InputGraphicLabel.Text as a formatting string.
See Also