MassInstanceUtils Class

A static class that contains methods for processing curves driven by points.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBMassInstanceUtils

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class MassInstanceUtils : IDisposable

The MassInstanceUtils type exposes the following members.

Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodStatic memberAddMassLevelDataToMassInstance Create a MassLevelData (Mass Floor) to associate a Level with a mass instance.
Public methodDisposeReleases all resources used by the MassInstanceUtils
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberGetGrossFloorArea Get the total occupiable floor area represented by a mass instance.
Public methodStatic memberGetGrossSurfaceArea Get the total exterior building surface area represented by a mass instance.
Public methodStatic memberGetGrossVolume Get the total building volume represented by a mass instance.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetJoinedElementIds Get the ElementIds of Elements that are joined to a mass instance.
Public methodStatic memberGetMassLevelDataIds Get the ElementIds of the MassLevelDatas (Mass Floors) associated with a mass instance.
Public methodStatic memberGetMassLevelIds Get the ElementIds of the Levels associated with a mass instance.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberRemoveMassLevelDataFromMassInstance Delete the MassLevelData (Mass Floor) that associates a Level with a mass instance.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also