Click or drag to resize

ModifyOption Enumeration

Represents modification options of the configuration database.

Namespace:  ABB.Robotics.Controllers.ConfigurationDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public enum ModifyOption
Members
  Member nameValueDescription
ReadOnly0Read only
RestartProgram1Restart of RAPID is required
RestartWarm2A warm start is required for the change to take effect
WriteEnabled3Write enabled
See Also