Share

DuctLiningType.IsValidRoughness Method

Identifies if the input roughness is valid.


Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool IsValidRoughness(
	double roughness
)

Parameters

roughness  Double
The roughness to check.

Return Value

Boolean
True if the value is acceptable, false otherwise.

Remarks

Roughness should be at least equal to or larger than 0.

See Also

Reference

Was this information helpful?