IsReadOnly Property


Asset Property Is Read Only Property

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: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsReadOnly { get; }

Property Value

Boolean
See Also