Click or drag to resize
HostedAddInBaseDeactivate Method
Deactivates the PowerPac and updates RobotStudios internal state about which PowerPac is active. This method is typically called by RobotStudio, but might also be called by the PowerPac.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public bool Deactivate()

Return Value

Type: Boolean
True if OnDeactivate returns true or already deactivated. False if OnDeactivate returns false.
Remarks
If the PowerPac is not already deactivated, OnDeactivate is called.
Version Information

Supported in: 1.0.0.0
See Also