Click or drag to resize
CollectionConflictPolicy Enumeration
Specifies what to do when adding an item to a collection, if an equivalent item (e.g. same name) already exists in the collection.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public enum CollectionConflictPolicy
Members
  Member nameValueDescription
KeepBoth0 Keep the existing item and add the new item. This is the default behavior.
ReplaceExisting1 Replace the existing item with the new item.
KeepExisting2 Keep the existing item and don't add the new item.
ThrowException3 Throw an ArgumentException
Version Information

Supported in: 1.0.0.0
See Also