Share

Element.IsModifiable Property

Identifies if the element is modifiable.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool IsModifiable { get; }

Property Value

Boolean

Remarks

This is not a permanent state. The value depends on the document state. For example, active edit modes can make IsModifiable false for many elements.

See Also

Reference

Was this information helpful?