FabricArea.GetTotalSheetMass Method

FabricAreaGetTotalSheetMass Method

Calculates the total sheet mass: Volume of Wire * Unit Weight.

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

Return Value

Double
The total sheet mass.
See Also