Check if property can be edited.
Namespace: Autodesk.Revit.DB.VisualAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsEditable()
Return Value
Boolean
True if property is editable.
Exceptions
Remarks
Properties can be edited only if there is an active Edit Scope and if the property is allowed to be changed.
See Also
Reference