Identifies if the object is read-only or modifiable.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
| C# |
|---|
public override bool IsReadOnly { get; } |
| Visual Basic |
|---|
Public Overrides ReadOnly Property IsReadOnly As Boolean Get |
| Visual C++ |
|---|
public: virtual property bool IsReadOnly { bool get () override; } |