Click or drag to resize
ProjectReadOnly Property
Gets or sets a value indicating if the corresponding project file is readonly or in use. If the value is true it is not possible to call Save().

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public virtual bool ReadOnly { get; set; }

Property Value

Type: Boolean
Remarks
The value can only be set to true. Trying to set the value to false will cause an exception.
Version Information

Supported in: 1.0.0.0
See Also