Share

MassInstanceUtils.GetGrossSurfaceArea Method

Get the total exterior building surface area 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 GetGrossSurfaceArea(
	Document document,
	ElementId massInstanceId
)

Parameters

document  Document
The Document.
massInstanceId  ElementId
The ElementId of the mass instance.

Return Value

Double
The gross surface area in square feet.

Exceptions

ExceptionCondition
ArgumentException The ElementId massInstanceId is not a mass instance.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?