Revit 2026 API
External |
This property indicates whether this parameter can be modified by UI user or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool UserModifiable { get; set; }
Public Property UserModifiable As Boolean Get Set
public: property bool UserModifiable { bool get (); void set (bool value); }
member UserModifiable : bool with get, set
Property Value
BooleanTrue if the parameter will be modifiable by the user in the user interface, false if the parameter will display as read-only. The default is true.
See Also