MEPCurveType.Roughness Property

MEPCurveTypeRoughness Property

The roughness of the MEP curve type. For PipeTypes, please use Segment::Roughness

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double Roughness { get; set; }
Public Property Roughness As Double
	Get
	Set
public:
property double Roughness {
	double get ();
	void set (double value);
}
member Roughness : float with get, set

Property Value

Double
See Also