Get the total building volume represented by a mass instance.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static double GetGrossVolume( Document document, ElementId massInstanceId )
Parameters
Return Value
DoubleThe gross volume in cubic feet.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The ElementId massInstanceId is not a mass instance. |
ArgumentNullException | A non-optional argument was null |