Revit 2026 API
PanelLockable Property |
This property is used to know whether a panel can be locked.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool Lockable { get; }
Public ReadOnly Property Lockable As Boolean Get
public: property bool Lockable { bool get (); }
member Lockable : bool with get
Property Value
BooleanIf the panel can be locked, return true, else false.
See Also