CWIMAQLevelTypes Enumeration

NI Vision for Visual Basic

CWIMAQLevelTypes Enumeration

CWIMAQLevelTypes are the constants that determine whether the Threshold parameter of the CWIMAQVision.SimpleEdge method is expressed in absolute or relative values.

You can use the following constants with this data type:

  • cwimaqLevelTypeAbsolute—Makes the threshold and hysteresis values absolute.
  • cwimaqLevelTypeRelative—Makes the values in threshold and hysteresis relative to the dynamic range of the given path.

See Also

CWIMAQVision.SimpleEdge