Application.IsValidThickness Method

Checks if the input value is valid to be supplied as a thickness (for an extrusion, or blend, or wall layer, or similar geometric construct).


Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public static bool IsValidThickness(
	double thickness
)

Parameters

thickness  Double
The input value.

Return Value

Boolean
True if the input value is valid for thickness; false otherwise.

Remarks

This checks two conditions:

See Also

Reference

Application Class
Autodesk.Revit.ApplicationServices Namespace