Click or drag to resize
IAttachableParent Interface
Represents an object that can act as the parent in an Attachment.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public interface IAttachableParent

The IAttachableParent type exposes the following members.

Methods
  NameDescription
Public methodAttach
Attaches a child object to this object.
Public methodCanAttachChild
Test if the supplied child can be attached.
Public methodDetach
Detaches a child object from this object.
Top
Version Information

Supported in: 1.0.0.0
See Also