| Revit 2022.1 API |
| AssetProperty..::..IsReadOnly Property |
| AssetProperty Class See Also |
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: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public bool IsReadOnly { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsReadOnly As Boolean Get |
| Visual C++ |
|---|
public: property bool IsReadOnly { bool get (); } |