Revit 2026 API
Dockable |
When %dockPosition% is anything other than floating, the minimum height to use for the pane. Default is 200 pixels.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int MinimumHeight { get; set; }
Public Property MinimumHeight As Integer Get Set
public: property int MinimumHeight { int get (); void set (int value); }
member MinimumHeight : int with get, set
Property Value
Int32| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The given value for minimumHeight is not positive. |
See Also