Click or drag to resize
HostedAddInBaseCanActivate Method
Called by RobotStudio user interface code, to let you tell the user if your PowerPac can be activated or not.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public virtual bool CanActivate(
	out string reason
)

Parameters

reason
Type: SystemString
If you return false, then specify a reason using this paramter.

Return Value

Type: Boolean
True if the PowerPac can be activated, false if not.
Version Information

Supported in: 1.0.0.0
See Also