Up | CameraError | ImageComplete | LoadTools | SaveTools | ToolApply | ToolVariantChange | DataInputApply | Query Events | UpdateResultPanel | UpdateIndicatorPanel | ContextChange | Mouse Events | Timer | LogMsg

  

ToolVariantChange
The ToolVariantChange event is called when the value of an ExternalDictionary tool instance is changed.

Example:

def Handle_System_ToolVariantChanged(Tool,Value):
  #
  # Tool = VT_BSTR
  # Value = VT_BSTR
  #
  # Tool=Toolname
  # Value=Current value
  #
  if Tool == 'ProductType' :
      SetImagePath(Value)
 

Scorpion Vision Software Version: 9.2.0.515 - Date: 20120502
Scorpion Vision Software® is a registered trademark of Tordivel AS.
Copyright © 2000 - 2012 Tordivel AS.