PipingSystem.GetVolume Method

PipingSystemGetVolume Method

Gets the volume of this piping system.

Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double GetVolume()
Public Function GetVolume As Double
public:
double GetVolume()
member GetVolume : unit -> float 

Return Value

Double
Exceptions
ExceptionCondition
InvalidOperationException The volume can not be calculated for this system.
Remarks
The publicly exposed method.
See Also