Element.IsModifiable Property

ElementIsModifiable Property

Identifies if the element is modifiable.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsModifiable { get; }
Public ReadOnly Property IsModifiable As Boolean
	Get
public:
property bool IsModifiable {
	bool get ();
}
member IsModifiable : bool with 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