Click or drag to resize
ProjectObjectChangeType Enumeration
Specifies in which way a project object has changed.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public enum ProjectObjectChangeType
Members
  Member nameValueDescription
Children0 Child objects have been added or removed.
Parent1 The Parent of the object has changed.
Transform2 The object position and/or orientation has changed.
Name3 The name of the object has changed.
Other4 Any other object property has changed.
Any5 Obsolete.
UndoRedo5 Previous changes have been undone or redone. Any property might be affected.
UIVisible6 The UIVisible property has changed.
Version Information

Supported in: 1.0.0.0
See Also