Identifies if the object is read-only or modifiable.
If true, the object may not be modified. If false, the object's contents may be modified.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool IsReadOnly { get; }