Application.MinimumThickness Property

ApplicationMinimumThickness Property

The minimum thickness allowed in Revit for a variety of geometric constructs. These include blends, extrusions, and wall layers.

Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static double MinimumThickness { get; }
Public Shared ReadOnly Property MinimumThickness As Double
	Get
public:
static property double MinimumThickness {
	double get ();
}
static member MinimumThickness : float with get

Property Value

Double
Remarks
Do not use this value for any purpose other than its intended purpose. If you want to check for valid thickness value, use the function isValidThickness.
See Also