Check if property can be edited.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsEditable()
Return Value
BooleanTrue if property is editable.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | The asset property is not editable. Asset can be edited only in an edit scope. |
