MinimumHeight Property


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: 24.0.0.0 (24.0.0.0)
Since:  2020

Syntax

C#
public int MinimumHeight { get; set; }
Visual Basic
Public Property MinimumHeight As Integer
	Get
	Set
Visual C++
public:
property int MinimumHeight {
	int get ();
	void set (int value);
}

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentOutOfRangeException When setting this property: The given value for minimumHeight is not positive.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →