Revit 2026 API
Asset |
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.0.4.0 (26.0.4.0)
Syntax
public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean Get
public: property bool IsReadOnly { bool get (); }
member IsReadOnly : bool with get
Property Value
BooleanSee Also