2027 Method
Changes 0
M

MassInstanceUtils.GetGrossFloorArea

Description:
Get the total occupiable floor area represented by a mass instance.
Remarks:
The area is computed from the cross sections that are created by intersecting the associated Levels with the mass instance Geometry.
public static double GetGrossFloorArea(
	Document document,
	ElementId massInstanceId
)
  • document
    The Document.
  • massInstanceId
    The ElementId of the mass instance.
Return Value Double The gross floor area in square feet.