Click or drag to resize
ToolDataInfoDetach Method
Detaches the specified IAttachableChild from the link of this flange. Please refer to the documentation of Attachment for details about detaching objects.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public bool Detach(
	IAttachableChild child
)

Parameters

child
Type: ABB.Robotics.RobotStudio.StationsIAttachableChild
The IAttachableChild to detach from the link of this flange.

Return Value

Type: Boolean
True if the child could be detached, false otherwise
Version Information

Supported in: 1.0.0.0
See Also