2024 Members
Changes 4
M

MassInstanceUtils

Name Return Type Description Inherited From
M AddMassLevelDataToMassInstance(Document, ElementId, ElementId) ElementId Create a MassLevelData (Mass Floor) to associate a Level with a mass instance.
M Dispose() None Releases all resources used by the MassInstanceUtils
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetGrossFloorArea(Document, ElementId) double Get the total occupiable floor area represented by a mass instance.
M GetGrossSurfaceArea(Document, ElementId) double Get the total exterior building surface area represented by a mass instance.
M GetGrossVolume(Document, ElementId) double Get the total building volume represented by a mass instance.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetJoinedElementIds(Document, ElementId) IList<ElementId> Get the ElementIds of Elements that are joined to a mass instance.
M GetMassLevelDataIds(Document, ElementId) IList<ElementId> Get the ElementIds of the MassLevelDatas (Mass Floors) associated with a mass instance.
M GetMassLevelIds(Document, ElementId) IList<ElementId> Get the ElementIds of the Levels associated with a mass instance.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M RemoveMassLevelDataFromMassInstance(Document, ElementId, ElementId) None Delete the MassLevelData (Mass Floor) that associates a Level with a mass instance.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.