StaticPressure Property
Indicates the computed static pressure for the piping system.

Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since:  2011

Syntax

C#
public double StaticPressure { get; }
Visual Basic
Public ReadOnly Property StaticPressure As Double
	Get
Visual C++
public:
property double StaticPressure {
	double get ();
}

See Also