Determine what caused the current schematic to change. The possibilities are
"load"
"reinit"
"more"
"less"
Determine what caused the current schematic to change. The possibilities are
"load"
: A load operation. This includes EEvisionAPI.LoadObj, EEvisionAPI.AddObj, EEvisionAPI.ExtractOne, etc."reinit"
: Re-initialization of EEvision because some settings have changed that influence the server process, see EEvisionAPI.ChangeConfig."more"
: The user interactively extended the schematic (e.g., by double clicking on an object)."less"
: Some objects have been removed from the schematic, either by calling EEvisionAPI.ShowLess or because the user pressed the Delete key.