MassInstanceUtils.GetGrossFloorArea
Method
Description:
Get the total occupiable floor area represented by a mass instance.
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.
The area is computed from the cross sections that are created by intersecting the associated Levels with the mass instance Geometry.
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The Document. |
massInstanceId | ElementId | The ElementId of the mass instance. |
Return Value
Type | Description |
---|---|
Double | The gross floor area in square feet. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The ElementId massInstanceId is not a mass instance. |
ArgumentNullException | A non-optional argument was null |