Click or drag to resize
ToolDataInfoAttach Method
Attaches the specified IAttachableChild to the link of this flange. Please refer to the documentation of Attachment for details about attaching objects to each other.

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 Attach(
	IAttachableChild child,
	bool mount
)

Parameters

child
Type: ABB.Robotics.RobotStudio.StationsIAttachableChild
The IAttachableChild to attach to the link of this flange.
mount
Type: SystemBoolean
Specifies if the position of the child shall be affected by the attachment or not. See Attachment for details.

Return Value

Type: Boolean
True if an attachment could be created, false otherwise
Version Information

Supported in: 1.0.0.0
See Also