RVTDocs.com

DuctLiningType.IsValidRoughness

Method
Description:
Identifies if the input roughness is valid.
Remarks:
Roughness should be at least equal to or larger than 0.
Syntax
public bool IsValidRoughness(
	double roughness
)
Parameters
Parameter Type Description
roughness Double The roughness to check.
Return Value
Type Description
Boolean True if the value is acceptable, false otherwise.