Click or drag to resize
ISupportCopy Interface
This interface is implemented by project objects which are possible to copy. It is typically used when implementing Copy/Paste functionality.

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

The ISupportCopy type exposes the following members.

Methods
  NameDescription
Public methodCopy
Creates a copy of the project object.
Top
Version Information

Supported in: 1.0.0.0
See Also