Click or drag to resize
HostedAddInBaseOnLoad Method
Called when the PowerPac DLL is first loaded into memory by RobotStudio.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public virtual void OnLoad()
Remarks
Override this method only if you need to do initialization code that should only be called once in the life time of the PowerPac. Do not add user interface here.
Version Information

Supported in: 1.0.0.0
See Also