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 Version XII : Build 646 - Date: 20170225
Scorpion Vision Software® is a registered trademark of Tordivel AS.
Copyright © 2000 - 2017 Tordivel AS.