Identifies if the input roughness is valid.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidRoughness( double roughness )
Parameters
- roughness Double
- The roughness to check.
Return Value
BooleanTrue if the value is acceptable, false otherwise.
