Get the ElementIds of the MassLevelDatas (Mass Floors) associated with a mass instance.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<ElementId> GetMassLevelDataIds(
Document document,
ElementId massInstanceId
)
Parameters
- document Document
-
The Document.
- massInstanceId ElementId
-
The ElementId of the mass instance.
Return Value
IList<ElementId>
The ElementIds of the MassLevelDatas.
Exceptions
See Also
Reference