Revit 2025.3 API
APIObjectIs |
Identifies if the object is read-only or modifiable.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public virtual bool IsReadOnly { get; }
Public Overridable ReadOnly Property IsReadOnly As Boolean Get
public: virtual property bool IsReadOnly { bool get (); }
abstract IsReadOnly : bool with get override IsReadOnly : bool with get
Property Value
BooleanIf true, the object may not be modified. If false, the object's contents may be modified.
See Also