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: 21.0.0.0 (21.1.1.109)
Since:
2015
Syntax
C# |
---|
public static bool IsValidThickness(
double thickness
) |
Visual Basic |
---|
Public Shared Function IsValidThickness ( _
thickness As Double _
) As Boolean |
Visual C++ |
---|
public:
static bool IsValidThickness(
double thickness
) |
Parameters
- thickness
- Type: System..::..Double
The input value.
Return Value
True if the input value is valid for thickness; false otherwise.
Remarks
See Also